summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth@simponic.xyz>2025-01-13 22:16:14 -0800
committerElizabeth Hunt <elizabeth@simponic.xyz>2025-01-13 22:16:14 -0800
commit239f4006b00c56f44269de426ccf19cc8fa5eca4 (patch)
treefb2f741911587c956983fc9a53cde3d661f0dabb /Dockerfile
parent8380ef2db173207339e6c8aec49c2ab61fb1e1c5 (diff)
downloadphoneassistant-main.tar.gz
phoneassistant-main.zip
listen to ntfy topicsHEADmain
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 696d2fe..973e2c8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,4 +10,4 @@ RUN go build -o /app/phoneassistant
EXPOSE 8080
-CMD ["/app/phoneassistant", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/phoneassistant.db", "--static-path", "/app/static", "--scheduler", "--ntfy-topics", "passt", "--ntfy-endpoint", "https://ntfy.simponic.hatecomputers.club"]
+CMD ["/app/phoneassistant", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/phoneassistant.db", "--static-path", "/app/static", "--scheduler", "--ntfy-topics", "passt", "--ntfy-endpoint", "https://ntfy.simponic.hatecomputers.club", "--ntfy-listener"]