mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
chore: docker: get rid of healcheck
This commit is contained in:
parent
1ea4aa67ca
commit
82f8d846a9
1 changed files with 0 additions and 7 deletions
|
|
@ -28,12 +28,5 @@ ENV cloudcmd_vim=true
|
|||
|
||||
EXPOSE 8000
|
||||
|
||||
HEALTHCHECK \
|
||||
--interval=2s \
|
||||
--timeout 2s \
|
||||
--retries=20 \
|
||||
--start-period=30s \
|
||||
CMD curl -f localhost:8000
|
||||
|
||||
ENTRYPOINT ["/usr/src/cloudcmd/bin/cloudcmd.js"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue