This commit is contained in:
Vague Rabbit 2021-01-29 15:55:16 -08:00
parent ae772dbcdc
commit 15db20c484

View file

@ -521,7 +521,7 @@ wait
pip3 install -r requirements.txt pip3 install -r requirements.txt
wait wait
# Install the decoupler for .env file # Install the decoupler for .env file
pip3 install python3-decouple pip3 install python-decouple
wait wait
# Set any secret Environment Variables # Set any secret Environment Variables
export ADMIN_PASS="$ADMIN_PASS" export ADMIN_PASS="$ADMIN_PASS"