fix endpoint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elizabeth Hunt 2025-01-03 01:55:34 -08:00
parent 5cc70cc656
commit 4a6728eff2
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE

View File

@ -10,4 +10,4 @@ RUN go build -o /app/phoneof
EXPOSE 8080 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"]