summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-07 19:45:44 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-07 19:48:20 -0600
commitee49015cc90e6c136ad94243fffc9241b9506a36 (patch)
tree4cc6751a33a990c9ab03154bb2a4d10386c21c4d /Dockerfile
parent86c4ad160a0442713680ff1eaa85ead635b10f8f (diff)
downloadhatecomputers.club-ee49015cc90e6c136ad94243fffc9241b9506a36.tar.gz
hatecomputers.club-ee49015cc90e6c136ad94243fffc9241b9506a36.zip
use correct address format, never trust copilot ugghhgghhghg
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 82f411a..790c580 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", "--dns-resolvers", "1.1.1.1,1.0.0.1"]
+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:53,1.0.0.1:53"]