Fixing more stupid mistakes in the docker file.
This commit is contained in:
parent
04e8ae37a9
commit
42ce7aaf07
|
@ -1,5 +1,5 @@
|
|||
# run migrations
|
||||
ENV FLASK_APP=./crc/__init__.py
|
||||
RUN pipenv run flask db upgrade
|
||||
RUN pipenv run flask load-example-data
|
||||
export FLASK_APP=./crc/__init__.py
|
||||
pipenv run flask db upgradeo
|
||||
pipenv run flask load-example-data
|
||||
pipenv run python ./run.py
|
||||
|
|
Loading…
Reference in New Issue