This commit is contained in:
parent
5cc70cc656
commit
4a6728eff2
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user