summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-05 15:35:51 -0800
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-05 15:36:09 -0800
commit6109b9ff733d6bfb9fff4d107036f0b6214662d4 (patch)
tree77496306cdd15f894117975d2fa4c76bf4a52067 /Dockerfile
parent2984a715b830410b6d6ce2a8aaa1fc8a2388ee99 (diff)
downloadphoneof-6109b9ff733d6bfb9fff4d107036f0b6214662d4.tar.gz
phoneof-6109b9ff733d6bfb9fff4d107036f0b6214662d4.zip
dynamically specify topic in text
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 68c157a..80f5e05 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,4 +10,4 @@ RUN go build -o /app/phoneof
EXPOSE 8080
-CMD ["/app/phoneof", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/phoneof.db", "--static-path", "/app/static", "--scheduler", "--httpsms-endpoint", "https://httpsms.internal.simponic.xyz", "--ntfy-endpoint", "https://ntfy.simponic.hatecomputers.club", "--ntfy-topic", "sms"]
+CMD ["/app/phoneof", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/phoneof.db", "--static-path", "/app/static", "--scheduler", "--httpsms-endpoint", "https://httpsms.internal.simponic.xyz", "--ntfy-endpoint", "https://ntfy.simponic.hatecomputers.club"]