feature: docker: io: healthcheck

This commit is contained in:
coderiaser 2026-03-24 16:33:31 +02:00
parent c1c67c18af
commit 8763788bad

View file

@ -28,5 +28,12 @@ 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"]