remove healthceck

This commit is contained in:
2026-06-23 12:55:39 +07:00
parent 7480fbc184
commit be546c1bfa
-3
View File
@@ -22,8 +22,5 @@ RUN chmod +x /app/entrypoint.sh
USER express USER express
EXPOSE 4000 EXPOSE 4000
HEALTHCHECK --interval=30s --timeout=5s --start-period=15s --retries=3 \
CMD wget --no-verbose --tries=1 --spider http://localhost:4000/auth/me || exit 1
ENTRYPOINT ["/app/entrypoint.sh"] ENTRYPOINT ["/app/entrypoint.sh"]
CMD ["node", "index.js"] CMD ["node", "index.js"]