diff --git a/entrypoint.sh b/entrypoint.sh index c134869..7f6c97d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,6 +2,9 @@ set -e pipefail if [ "$INPUT_DEBUG" = "true" ]; then + echo "environment:" + printenv + echo "" set -x fi