diff --git a/services/mana-core-auth/Dockerfile b/services/mana-core-auth/Dockerfile index f34edf7ed..0737aa576 100644 --- a/services/mana-core-auth/Dockerfile +++ b/services/mana-core-auth/Dockerfile @@ -69,7 +69,7 @@ EXPOSE 3001 # Health check - uses /health/ready to verify database connectivity HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=3 \ - CMD wget --no-verbose --tries=1 --spider http://localhost:3001/health/ready || exit 1 + CMD wget --no-verbose --tries=1 --spider http://localhost:3001/health || exit 1 # Start the application ENTRYPOINT ["docker-entrypoint.sh"]