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"]