diff options
| author | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-03-27 15:10:39 -0600 |
|---|---|---|
| committer | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-03-27 15:10:39 -0600 |
| commit | 97efd2a3740412ec78a018da4fe068c141c9d1ec (patch) | |
| tree | 73904689d6c69898bd834533d33b65106b14ce3e /Dockerfile | |
| parent | 0dc2679005e70c50024bc49e750f3998a0c4c24b (diff) | |
| download | hatecomputers.club-97efd2a3740412ec78a018da4fe068c141c9d1ec.tar.gz hatecomputers.club-97efd2a3740412ec78a018da4fe068c141c9d1ec.zip | |
clean up old sessions every 500 seconds
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"] +CMD ["/app/hatecomputers", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/hatecomputers.db", "--static-path", "/app/static", "--scheduler"] |
