From 78e5f554537fb1dadd7ccd1f94cf70027fcc99e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20Ioni=C8=9B=C4=83?= Date: Wed, 14 Aug 2024 13:25:13 +0100 Subject: [PATCH] wip --- 8.2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8.2/Dockerfile b/8.2/Dockerfile index 02a5f66..892967d 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -76,7 +76,7 @@ ENV WORKER_TRIES=3 # 0: Continue silently even if a script has failed. # 1: Continue but warn with an annoying error message.ext script # 2: Stop the container. -ENV S6_BEHAVIOUR_IF_STAGE2_FAILS 2 +ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2 ENV SENTRY_SAMPLE_RATE=0