diff options
| author | simponic <simponic@hatecomputers.club> | 2024-04-07 21:08:43 -0400 |
|---|---|---|
| committer | simponic <simponic@hatecomputers.club> | 2024-04-07 21:08:43 -0400 |
| commit | 86c4ad160a0442713680ff1eaa85ead635b10f8f (patch) | |
| tree | fa0303581fdfc166ffaf3c9a482434a2ffa34e3e /Dockerfile | |
| parent | 83cc6267fd5ce2f61200314424c5f400f65ff2ba (diff) | |
| parent | e2ce6804a76c771759603e3b3800a013275217a1 (diff) | |
| download | hatecomputers.club-86c4ad160a0442713680ff1eaa85ead635b10f8f.tar.gz hatecomputers.club-86c4ad160a0442713680ff1eaa85ead635b10f8f.zip | |
Merge pull request 'reimplement-recursive-resolver' (#6) from reimplement-recursive-resolver into main
Reviewed-on: https://git.hatecomputers.club/hatecomputers/hatecomputers.club/pulls/6
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"] +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"] |
