Fixing more stupid mistakes in the docker file.

This commit is contained in:
Dan Funk 2020-02-06 09:45:37 -05:00
parent 42ce7aaf07
commit 349dac6e44
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# run migrations
export FLASK_APP=./crc/__init__.py
pipenv run flask db upgradeo
pipenv run flask db upgrade
pipenv run flask load-example-data
pipenv run python ./run.py