summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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"]