Run script

This commit is contained in:
Julian Knauer 2020-07-08 19:21:11 +02:00
parent bec69dbbcd
commit 6236ce87b7
1 changed files with 2 additions and 0 deletions

2
run.sh
View File

@ -7,6 +7,8 @@
#
source venv/bin/activate
export FLASK_APP=homebench
export FLASK_ENV=${1:-development}
export FLASK_HOST=${2:-127.0.0.1}