We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c4c686 + 0743882 commit d75c92bCopy full SHA for d75c92b
Dockerfile
@@ -30,7 +30,7 @@ USER nodejs
30
ENV NODE_ENV=production
31
EXPOSE 3100
32
33
-HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
+HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
34
CMD node -e "require('http').get('http://localhost:3100/health', (r) => { if (r.statusCode !== 200) process.exit(1) })"
35
36
CMD ["node", "dist/index.js"]
0 commit comments