diff --git a/Dockerfile b/Dockerfile index bd82b8ca1..22a5b38cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,4 @@ ENV NODE_ENV production ENV CONFIG /config.js COPY --from=builder /appBuild/ . RUN npm install --production -HEALTHCHECK --interval=5m --timeout=3s --start-period=2m \ - CMD curl --fail http://localhost:3000 || exit 1 CMD node --max-old-space-size=4096 /code/bin/run.js --script /code/${MODULE}.js --config ${CONFIG}