HEALTHCHECK NONE - explicitly disable Docker healthcheck

This commit is contained in:
Vivek 2026-05-31 07:17:01 +00:00
parent 5e8650b53d
commit 22c4fc2356

View file

@ -11,6 +11,6 @@ COPY webapp/.env ./.env
ENV NODE_ENV=production
EXPOSE 3000
# No HEALTHCHECK — disabled for Coolify compatibility
HEALTHCHECK NONE
CMD ["node", "src/server.js"]