diff --git a/Dockerfile b/Dockerfile index 7339e5f8b..e3f406f5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN npm ci --only=production # Bundle app source COPY --chown=node:node . . -HEALTHCHECK --interval=30s --timeout=2s --start-period=10s --retries=3 CMD [ "node", "/usr/src/app/scripts/healthcheck.js" ] +HEALTHCHECK --interval=10s --timeout=2s --start-period=10s --retries=3 CMD [ "node", "/usr/src/app/scripts/healthcheck.js" ] # Install 7d2d item icons RUN bash /usr/src/app/scripts/itemIconsUpdate.sh