From c49ee81622c11e9b0c1d2a81daa9608359099738 Mon Sep 17 00:00:00 2001 From: Drake Marino Date: Tue, 2 Sep 2025 21:39:05 +0000 Subject: [PATCH] exit on error --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index c5f362a..d14d9e8 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -22,6 +22,8 @@ # SOFTWARE. # +set -e + # Default the TZ environment variable to UTC. TZ=${TZ:-UTC} export TZ