Skip to content

Commit a298fa6

Browse files
committed
DEBUG variables
1 parent 1fbbd0e commit a298fa6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/docker-entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ configure_env_file() {
3434
if [[ $env_file_len -gt 0 ]]; then
3535
echo "Environment Variables: Additional values"
3636
if [ "${DEBUG}" != "0" ]; then
37+
cat "${ENV_FILE}"
38+
cat "${ENV_FILE_PATH}"
3739
echo "Environment vars before: $(env|wc -l)"
3840
fi
3941
# shellcheck disable=SC2046

0 commit comments

Comments
 (0)