From 6e5f9d9e47c86498d7fe7239a9b728f0cc57fbec Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Tue, 18 Nov 2025 22:27:08 +0000 Subject: [PATCH] Increase start period --- frontend/local-client-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/local-client-cli/Dockerfile b/frontend/local-client-cli/Dockerfile index 35bd81eb..695ab587 100644 --- a/frontend/local-client-cli/Dockerfile +++ b/frontend/local-client-cli/Dockerfile @@ -18,7 +18,7 @@ LABEL org.opencontainers.image.authors="andras@schmelczer.dev" COPY --from=builder /build/local-client-cli/dist/cli.js /app/cli.js COPY --from=builder /build/local-client-cli/dist/healthcheck.js /app/healthcheck.js -HEALTHCHECK --interval=10s --timeout=5s --start-period=10s --retries=1 \ +HEALTHCHECK --interval=10s --timeout=5s --start-period=60s --retries=1 \ CMD node /app/healthcheck.js /tmp/vaultlink-health.json WORKDIR /vault