fix Docker build
This commit is contained in:
parent
0a4de8c048
commit
e42f138b5a
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
|||
start-app() {
|
||||
[[ ! -d /opt/live-app ]] && exit 1
|
||||
cd /usr/src/app
|
||||
cp -rv /opt/live-app/{freak,pyproject.toml,.env,docker-run.sh} ./
|
||||
cp -rv /opt/live-app/{freak,pyproject.toml,docker-run.sh} ./
|
||||
cp -v /opt/live-app/.env.prod .env
|
||||
pip install -e .
|
||||
flask --app freak run --host=0.0.0.0
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue