Change Dockerfile to use CMD instead of ENTRYPOINT for Dokku compatibility

This commit is contained in:
Graham McIntire 2026-02-09 13:29:55 -06:00
parent 1f73dc2d46
commit 2d94f82832
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -69,4 +69,4 @@ RUN addgroup -g 1000 towerops && \
USER towerops
ENTRYPOINT ["towerops-agent"]
CMD ["towerops-agent"]

View file

@ -1 +1 @@
worker: exec towerops-agent
worker: towerops-agent