From 2f2e1a8d1467a260b8d58383f40fbf04e4c0187a Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Mon, 14 Sep 2020 20:01:49 +0100 Subject: [PATCH] Removing switches Switches for new feature additions got into the PR. Apologies. This Change removes them --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59b0b1e..c5afbd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,5 +15,5 @@ FROM scratch WORKDIR / COPY --from=builder /go/src/github.com/PierreZ/goStatic/bin/ . USER appuser -ENTRYPOINT ["/goStatic","-enable-logging","-https-promote"] +ENTRYPOINT ["/goStatic"]