diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-07 17:04:43 -0600 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-07 17:04:43 -0600 |
| commit | 5768f07ce51271239b16b4cfda6206366002cefc (patch) | |
| tree | fec8eea99a2113ff943624779d8e6afe33711f52 /Dockerfile | |
| parent | 83cc6267fd5ce2f61200314424c5f400f65ff2ba (diff) | |
| download | hatecomputers.club-5768f07ce51271239b16b4cfda6206366002cefc.tar.gz hatecomputers.club-5768f07ce51271239b16b4cfda6206366002cefc.zip | |
init
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,4 +11,4 @@ RUN go build -o /app/hatecomputers EXPOSE 8080 -CMD ["/app/hatecomputers", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/hatecomputers.db", "--static-path", "/app/static", "--scheduler", "--dns", "--dns-port", "8053"] +CMD ["/app/hatecomputers", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/hatecomputers.db", "--static-path", "/app/static", "--scheduler", "--dns", "--dns-port", "8053", "--dns-resolvers", "1.1.1.1,1.0.0.1"] |
