env for failures
Build and Push Docker Images / build-and-push (push) Successful in 27s

This commit is contained in:
2025-07-07 15:04:58 +02:00
parent 34d22118ca
commit cd6390337c
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@ ENV TEST_URL="https://www.google.com"
ENV API_KEY="Q7Sd#hhFkyHy*T"
ENV TARGET_CONTAINER="puppeteer-api"
ENV CHECK_INTERVAL=60
ENV MAX_CONSECUTIVE_FAILURES=3
# Create docker group and user with docker group access
RUN groupadd -g 999 docker || true && \