Removing switches
Switches for new feature additions got into the PR. Apologies. This Change removes them
This commit is contained in:
parent
39f4223b5b
commit
2f2e1a8d14
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue