diff --git a/entrypoint.sh b/entrypoint.sh index 82048df..8ccd374 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/sh -l +#!/bin/sh -lx set -e # if a command fails it stops the execution set -u # script fails if trying to access to an undefined variable