mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 20:58:28 +00:00
7 lines
194 B
Bash
Executable File
7 lines
194 B
Bash
Executable File
File Edit Options Buffers Tools Sh-Script Help
|
|
# run migrations
|
|
ENV FLASK_APP=./crc/__init__.py
|
|
RUN pipenv run flask db upgrade
|
|
RUN pipenv run flask load-example-data
|
|
pipenv run python ./run.py
|