diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-03 01:55:34 -0800 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-03 01:55:34 -0800 |
commit | 4a6728eff2c2eff1eae6129b583cf87a515172eb (patch) | |
tree | 90937fb607425e05adfa72b5579ec4126491038d | |
parent | 5cc70cc65667d40048f274efe0528ed13b189666 (diff) | |
download | phoneof-4a6728eff2c2eff1eae6129b583cf87a515172eb.tar.gz phoneof-4a6728eff2c2eff1eae6129b583cf87a515172eb.zip |
fix endpoint
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |