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.
1 parent 0c2c6c4 commit 1ebfd6fCopy full SHA for 1ebfd6f
common/Dockerfile
@@ -51,7 +51,7 @@ COPY --from=dependencies_and_build /app/package.json /app/LICENSE /app/index.js
51
52
ENV NODE_ENV production
53
54
-HEALTHCHECK --interval=1m --timeout=3s \
+HEALTHCHECK --interval=1m --timeout=3s --start-period=30s --start-interval=3s \
55
CMD curl -f http://localhost:8099/
56
57
ENTRYPOINT [ "/sbin/tini", "--", "/docker-entrypoint.sh"]
0 commit comments