diff --git a/backend/services/reward-service/Dockerfile b/backend/services/reward-service/Dockerfile index 3be05565..fc213b26 100644 --- a/backend/services/reward-service/Dockerfile +++ b/backend/services/reward-service/Dockerfile @@ -80,7 +80,7 @@ EXPOSE 3005 # Health check HEALTHCHECK --interval=30s --timeout=3s --start-period=60s --retries=3 \ - CMD curl -f http://localhost:3005/health || exit 1 + CMD curl -f http://localhost:3005/api/v1/health || exit 1 # Start service with migration CMD ["/app/start.sh"]