diff --git a/Dockerfile b/Dockerfile index 2da4065..5b80cfb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,4 +45,4 @@ EXPOSE 3000 HEALTHCHECK --interval=30s --timeout=5s --start-period=5s \ CMD node -e "require('http').get('http://localhost:3000/health', () => process.exit(0)).on('error', () => process.exit(1))" -CMD ["node", "src/index.js"] +# CMD ["node", "src/index.js"]