From 4cfce386df4291887959344da8ebb4c3f1cef32d Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 18 Apr 2026 17:48:39 +0200 Subject: [PATCH] 2 step --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed6be38..a99624c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ VOLUME ["/output"] USER appuser WORKDIR /app -HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \ +HEALTHCHECK --interval=30s --timeout=4s --start-period=10s --retries=3 \ CMD test -f /output/output.txt && test -s /output/output.txt || exit 1 ENTRYPOINT ["/bin/sh", "-c"]