From 568b17595019674ad24e90300140652335c264f6 Mon Sep 17 00:00:00 2001 From: chamunks Date: Sat, 2 Jun 2018 14:40:49 -0400 Subject: [PATCH] Fail entrypoint better --- www.spee.ch/docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/www.spee.ch/docker-entrypoint.sh b/www.spee.ch/docker-entrypoint.sh index b5c698d..9d8f562 100755 --- a/www.spee.ch/docker-entrypoint.sh +++ b/www.spee.ch/docker-entrypoint.sh @@ -1,4 +1,5 @@ #!/bin/ash +set -euo pipefail ## This compose file will take a copy of the configuration and install any ## envvars and then copy any required files into the /app/ directory next to any ## custom files added by the user.