From 343eb8bb594ca32f78b91d220ca3c303ff1aa7a2 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Mon, 9 Feb 2026 22:03:13 +0100 Subject: 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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" ] -- cgit v1.2.3