Merge pull request #37 from codepope/patch-1

Removing switches
This commit is contained in:
Pierre Zemb 2020-09-14 22:10:02 +02:00 committed by GitHub
commit f736c992aa
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"]