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