diff --git a/scripts/create-docker-image.sh b/scripts/create-docker-image.sh index a4a58f5..368eb2b 100644 --- a/scripts/create-docker-image.sh +++ b/scripts/create-docker-image.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +if [ -z "${BASH_VERSION:-}" ]; then + exec bash "$0" "$@" +fi + set -euo pipefail REPOSITORY_URL="ssh://git@git.hdrdevs.com.ar:2222/horacio/turnosxpress.git"