diff --git a/Dockerfile b/Dockerfile index 0b3d2fe..71cb010 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,6 @@ RUN mkdir -p /data && chown node:node /data USER node ENV NODE_ENV=production NODE_PATH=/app/node_modules EXPOSE 3000 -HEALTHCHECK --interval=10s --timeout=5s --retries=5 --start-period=30s \ +HEALTHCHECK --interval=10s --timeout=5s --retries=10 --start-period=60s \ CMD wget -q --spider http://localhost:3000/api/health || exit 1 ENTRYPOINT ["node", ".output/server/index.mjs"]