summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-07 17:04:43 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-07 17:04:43 -0600
commit5768f07ce51271239b16b4cfda6206366002cefc (patch)
treefec8eea99a2113ff943624779d8e6afe33711f52 /Dockerfile
parent83cc6267fd5ce2f61200314424c5f400f65ff2ba (diff)
downloadhatecomputers.club-5768f07ce51271239b16b4cfda6206366002cefc.tar.gz
hatecomputers.club-5768f07ce51271239b16b4cfda6206366002cefc.zip
init
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 591423f..82f411a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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"]