summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-09 17:19:30 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-09 17:19:30 -0600
commit1661c0d2077f49df28f1eef7879319b533e4ad72 (patch)
treedb51b14b5bba3ef5072ae0f2aed82a0208565ab5
parent1d75bf7489527925217bd5611ba7910c0ffe077c (diff)
downloadhatecomputers.club-1661c0d2077f49df28f1eef7879319b533e4ad72.tar.gz
hatecomputers.club-1661c0d2077f49df28f1eef7879319b533e4ad72.zip
misnamed docker upload arg
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a95f9b3..00ba728 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:53,1.0.0.1:53", "--uploads", "/app/uploads"]
+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", "--upload-path", "/app/uploads"]