diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2026-02-09 22:03:13 +0100 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2026-02-09 22:03:13 +0100 |
| commit | 343eb8bb594ca32f78b91d220ca3c303ff1aa7a2 (patch) | |
| tree | 3f4b1bca6e2774c68437ab2b63a28fe8d0202f7c /Dockerfile | |
| parent | 22c7e9566c439e2134946611ccba81c7499ac62c (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-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ] |
