summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth@simponic.xyz>2025-01-13 21:10:50 -0800
committerElizabeth Hunt <elizabeth@simponic.xyz>2025-01-13 21:10:50 -0800
commitfb7349b69d77557aceb189efbc26497d7470d641 (patch)
treeb7778a2f739772b9499bf934ee7403f0e276e791 /Dockerfile
parent18a945aab9b3129b82076f633fab1d13ba28148e (diff)
downloadphoneassistant-fb7349b69d77557aceb189efbc26497d7470d641.tar.gz
phoneassistant-fb7349b69d77557aceb189efbc26497d7470d641.zip
add unlock command
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f82bdb6..696d2fe 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", "whois", "--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"]