delete healthcheck

This commit is contained in:
corenthin-lebreton 2026-02-26 22:55:43 +01:00
parent 5889e51945
commit e90103ee2f

View File

@ -64,7 +64,5 @@ ENV NODE_ENV=production \
EXPOSE 3010 EXPOSE 3010
HEALTHCHECK --interval=30s --timeout=10s --start-period=20s --retries=3 \
CMD wget -qO- http://localhost:3010/ | grep -q "html" || exit 1
CMD ["node", "server.js"] CMD ["node", "server.js"]