diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-09 17:19:30 -0600 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-09 17:19:30 -0600 |
| commit | 1661c0d2077f49df28f1eef7879319b533e4ad72 (patch) | |
| tree | db51b14b5bba3ef5072ae0f2aed82a0208565ab5 | |
| parent | 1d75bf7489527925217bd5611ba7910c0ffe077c (diff) | |
| download | hatecomputers.club-1661c0d2077f49df28f1eef7879319b533e4ad72.tar.gz hatecomputers.club-1661c0d2077f49df28f1eef7879319b533e4ad72.zip | |
misnamed docker upload arg
| -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", "--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"] |
