diff --git a/Dockerfile b/Dockerfile index c8fadf9..b65f8cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,8 @@ COPY src/ ./src/ COPY index.ts ./ # Health check -HEALTHCHECK --interval=30s --timeout=3s \ - CMD curl -f http://localhost:3007/health || exit 1 +# HEALTHCHECK --interval=30s --timeout=3s \ +# CMD curl -f http://localhost:3007/health || exit 1 # Server runs on port 3007 by default EXPOSE 3007