Update script/server to use pipenv
This commit is contained in:
parent
05cb03baea
commit
2c849fd01a
@ -6,8 +6,5 @@ set -e
|
|||||||
# Ensure we are in the app root directory (not the /script directory)
|
# Ensure we are in the app root directory (not the /script directory)
|
||||||
cd "$(dirname "${0}")/.."
|
cd "$(dirname "${0}")/.."
|
||||||
|
|
||||||
# Activate virtual environment
|
|
||||||
source .venv/bin/activate
|
|
||||||
|
|
||||||
# Launch the app
|
# Launch the app
|
||||||
python3 app.py ${@}
|
pipenv run python app.py ${@}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user