We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbbd0e commit a298fa6Copy full SHA for a298fa6
scripts/docker-entrypoint.sh
@@ -34,6 +34,8 @@ configure_env_file() {
34
if [[ $env_file_len -gt 0 ]]; then
35
echo "Environment Variables: Additional values"
36
if [ "${DEBUG}" != "0" ]; then
37
+ cat "${ENV_FILE}"
38
+ cat "${ENV_FILE_PATH}"
39
echo "Environment vars before: $(env|wc -l)"
40
fi
41
# shellcheck disable=SC2046
0 commit comments