Skip to content

Commit d75c92b

Browse files
committed
Merge branch 'dev'
2 parents 0c4c686 + 0743882 commit d75c92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ USER nodejs
3030
ENV NODE_ENV=production
3131
EXPOSE 3100
3232

33-
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
33+
HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
3434
CMD node -e "require('http').get('http://localhost:3100/health', (r) => { if (r.statusCode !== 200) process.exit(1) })"
3535

3636
CMD ["node", "dist/index.js"]

0 commit comments

Comments
 (0)