summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-05 17:00:43 -0800
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-05 17:00:43 -0800
commit604d4981f29470cd3c28692a79831f405db1eef2 (patch)
tree00c8a143c8959797954c52d3b74a2ed1aafe6250
parent66df8b0e86f76fa3154ac9fad880d022c6c7843e (diff)
downloadwhois-604d4981f29470cd3c28692a79831f405db1eef2.tar.gz
whois-604d4981f29470cd3c28692a79831f405db1eef2.zip
add ntfy-listener arg
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b0f985e..db3d652 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,4 +10,4 @@ RUN go build -o /app/whois
EXPOSE 8080
-CMD ["/app/whois", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/whois.db", "--static-path", "/app/static", "--scheduler", "--ntfy-topics", "whois", "--ntfy-endpoint", "https://ntfy.simponic.hatecomputers.club"]
+CMD ["/app/whois", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/whois.db", "--static-path", "/app/static", "--scheduler", "--ntfy-topics", "whois", "--ntfy-endpoint", "https://ntfy.simponic.hatecomputers.club", "--ntfy-listener"]