diff --git a/start-dev-container-oneshot.bash b/start-dev-container-oneshot.bash index 9a1a346..9cee5f8 100755 --- a/start-dev-container-oneshot.bash +++ b/start-dev-container-oneshot.bash @@ -2,7 +2,7 @@ set -e -FORGEJO_PAT=c5eb2cd6e3789a0cc7294d2695195a9e3ed29a62 +[ ! -f .env ] || export $(grep -v '^#' .env | xargs) RAND_NAME=$(tr -dc A-Za-z0-9