Prints out environment variables

This commit is contained in:
Aaron Louie 2020-05-17 14:25:42 -04:00
parent 999eb18fcc
commit 55f37eb805
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@ do
done
echo 'Finished substituting environment variables.'
echo "PRODUCTION = $PRODUCTION"
echo "API_URL = $API_URL"
echo "IRB_URL = $IRB_URL"
echo "HOME_ROUTE = $HOME_ROUTE"
echo "PORT0 = $PORT0"
# Execute all other commands with parameters
exec "${@:2}"