summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorLizzy Hunt <lizzy.hunt@usu.edu>2024-03-27 15:10:39 -0600
committerLizzy Hunt <lizzy.hunt@usu.edu>2024-03-27 15:10:39 -0600
commit97efd2a3740412ec78a018da4fe068c141c9d1ec (patch)
tree73904689d6c69898bd834533d33b65106b14ce3e /Dockerfile
parent0dc2679005e70c50024bc49e750f3998a0c4c24b (diff)
downloadhatecomputers.club-97efd2a3740412ec78a018da4fe068c141c9d1ec.tar.gz
hatecomputers.club-97efd2a3740412ec78a018da4fe068c141c9d1ec.zip
clean up old sessions every 500 seconds
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d7d12cf..d859d8d 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"]
+CMD ["/app/hatecomputers", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/hatecomputers.db", "--static-path", "/app/static", "--scheduler"]