^
This commit is contained in:
parent
ae772dbcdc
commit
15db20c484
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue