From 2c453c0b2450211375fd97cdb71ca92bf90d587f Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 16 Oct 2019 00:34:16 -0400 Subject: Entrypoint flags need to be specified by commas --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51823c5..1f00c23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ FROM debian:stable COPY --from=build /usr/share/doc/geoipupdate/examples/GeoIP.conf.default /etc/GeoIP.conf COPY --from=build /go/bin/getmyip /usr/local/bin/getmyip -ENTRYPOINT ["/usr/local/bin/getmyip -notls"] +ENTRYPOINT ["/usr/local/bin/getmyip", "-notls"] -- cgit v1.2.3