mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-01-12 16:54:25 +00:00
7 lines
111 B
Bash
7 lines
111 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# run migrations
|
||
|
export FLASK_APP=./app.py
|
||
|
pipenv run flask db upgrade
|
||
|
pipenv run python ./run.py
|