summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2026-02-09 22:03:13 +0100
committerJesper Jensen <jesper@jnsn.dev>2026-02-09 22:03:13 +0100
commit343eb8bb594ca32f78b91d220ca3c303ff1aa7a2 (patch)
tree3f4b1bca6e2774c68437ab2b63a28fe8d0202f7c /Dockerfile
parent22c7e9566c439e2134946611ccba81c7499ac62c (diff)
Simplify running in docker
We don't need all the commandline stuff we when're designing it for running as a docker container app. If we want to we can reintroduce the command syntax as a separate bin later
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9cb5afd..8492c25 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,4 +19,4 @@ VOLUME /workdir
VOLUME /data
EXPOSE 9090
-CMD [ "/app/version-bump", "--continuous", "--metrics-port", "9090", "-i", "--config", "/config/", "--scratch", "/workdir", "/data/db.sqlite" ]
+CMD [ "/app/version-bump" ]