summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-03 01:55:34 -0800
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-03 01:55:34 -0800
commit4a6728eff2c2eff1eae6129b583cf87a515172eb (patch)
tree90937fb607425e05adfa72b5579ec4126491038d
parent5cc70cc65667d40048f274efe0528ed13b189666 (diff)
downloadphoneof-4a6728eff2c2eff1eae6129b583cf87a515172eb.tar.gz
phoneof-4a6728eff2c2eff1eae6129b583cf87a515172eb.zip
fix endpoint
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3e2d0fb..e84c50b 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"]
+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"]