Removing switches

Switches for new feature additions got into the PR. Apologies. This Change removes them
This commit is contained in:
Dj Walker-Morgan 2020-09-14 20:01:49 +01:00 committed by GitHub
parent 39f4223b5b
commit 2f2e1a8d14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,5 +15,5 @@ FROM scratch
WORKDIR / WORKDIR /
COPY --from=builder /go/src/github.com/PierreZ/goStatic/bin/ . COPY --from=builder /go/src/github.com/PierreZ/goStatic/bin/ .
USER appuser USER appuser
ENTRYPOINT ["/goStatic","-enable-logging","-https-promote"] ENTRYPOINT ["/goStatic"]