diff --git a/Dockerfile b/Dockerfile index 8e36160..cee8637 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,9 +21,9 @@ EXPOSE 3000 # Set environment ENV NODE_ENV=production -# add health check -HEALTHCHECK --interval=30s --timeout=3s --retries=3 \ - CMD wget -qO- http://localhost:3000/_healthz || exit 1 +# # add health check +# HEALTHCHECK --interval=30s --timeout=3s --retries=3 \ +# CMD wget -qO- http://localhost:3000/_healthz || exit 1 # Start the SvelteKit app