X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Dockerfile.arm32v7;h=95a2db1dc3ea5102ed4db569fd35af50fcf5c77e;hb=refs%2Fpull%2F377%2Fhead;hp=1621abb74800d55809dd3d3cc80eea59563e3224;hpb=6173d7df609bc3ab071d5d9e34ce1eb1cb05d99e;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 1621abb..95a2db1 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -35,7 +35,7 @@ COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist /www/ COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist/assets /www/default-assets COPY entrypoint.sh /entrypoint.sh -HEALTHCHECK --interval=5s --timeout=5s --retries=3 \ +HEALTHCHECK --interval=30s --timeout=5s --retries=3 \ CMD wget --no-verbose --tries=1 --spider http://127.0.0.1:${PORT}/ || exit 1 EXPOSE ${PORT}