Skip to content

Commit

Permalink
source env variables from /challenge/.env on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Jan 27, 2024
1 parent 18edc1c commit 39ddf17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions challenge/bash.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ if [ -e "/challenge/README.md" ] && [ ! -e "/tmp/.dojo/readme-once" ]; then

touch /tmp/.dojo/readme-once
fi

[ -f "/challenge/.env" ] && source /challenge/.env

0 comments on commit 39ddf17

Please sign in to comment.