This commit is contained in:
pradeepkumar
2025-12-24 07:42:19 +05:30
parent 4adab3b064
commit 14ca59f02c

View File

@@ -67,7 +67,7 @@ EXPOSE 3001
# Health check
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
CMD wget --no-verbose --tries=1 --spider http://localhost:3001/health || exit 1
CMD wget --no-verbose --tries=1 --spider http://localhost:3001/api/v1/health || exit 1
# Start the application
CMD ["node", "dist/main"]
CMD ["node", "dist/src/main"]