#7 Docker container should be creating its own venv, not using host's venv.
This commit was merged in pull request #18.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user