chore: docker: get rid of healcheck

This commit is contained in:
coderiaser 2026-03-24 16:41:10 +02:00
parent 1ea4aa67ca
commit 82f8d846a9

View file

@ -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"]