Change Dockerfile to use CMD instead of ENTRYPOINT for Dokku compatibility
This commit is contained in:
parent
1f73dc2d46
commit
2d94f82832
2 changed files with 2 additions and 2 deletions
|
|
@ -69,4 +69,4 @@ RUN addgroup -g 1000 towerops && \
|
||||||
|
|
||||||
USER towerops
|
USER towerops
|
||||||
|
|
||||||
ENTRYPOINT ["towerops-agent"]
|
CMD ["towerops-agent"]
|
||||||
|
|
|
||||||
2
Procfile
2
Procfile
|
|
@ -1 +1 @@
|
||||||
worker: exec towerops-agent
|
worker: towerops-agent
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue