#7 Docker container should be creating its own venv, not using host's venv.

This commit is contained in:
2023-03-18 21:37:30 -04:00
parent ea35d81641
commit 6751bb06c8
2 changed files with 7 additions and 3 deletions

View File

@@ -2,8 +2,6 @@
. ./venv/bin/activate
pip install -r ./requirements.txt
flask db upgrade
exec gunicorn -b :5000 --access-logfile - --error-logfile - main:app