diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-07 19:45:44 -0600 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-07 19:48:20 -0600 |
| commit | ee49015cc90e6c136ad94243fffc9241b9506a36 (patch) | |
| tree | 4cc6751a33a990c9ab03154bb2a4d10386c21c4d /Dockerfile | |
| parent | 86c4ad160a0442713680ff1eaa85ead635b10f8f (diff) | |
| download | hatecomputers.club-ee49015cc90e6c136ad94243fffc9241b9506a36.tar.gz hatecomputers.club-ee49015cc90e6c136ad94243fffc9241b9506a36.zip | |
use correct address format, never trust copilot ugghhgghhghg
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", "--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"] |
