diff --git a/entrypoint.sh b/entrypoint.sh index 83a61f1..e7a3a28 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/sh -l +set -x set -e # if a command fails it stops the execution set -u # script fails if trying to access to an undefined variable