diff --git a/ixc_django_docker/bin/entrypoint.sh b/ixc_django_docker/bin/entrypoint.sh index 5ee1700..b13282f 100755 --- a/ixc_django_docker/bin/entrypoint.sh +++ b/ixc_django_docker/bin/entrypoint.sh @@ -129,7 +129,7 @@ if [[ -n "$TRANSCRYPT_PASSWORD" ]]; then fi # Source global, environment and local dotenv files, if decrypted. -for dotenv in base "$DOTENV.secret" local; do +for dotenv in base "$DOTENV" "$DOTENV.secret" local; do DOTENV_FILE="$PROJECT_DIR/.env.$dotenv" if [[ -f "$DOTENV_FILE" ]]; then echo "Sourcing DOTENV file: $DOTENV_FILE"