Starts gunicorn, passing port and base href path
This commit is contained in:
parent
c88b6847f2
commit
0bb53c876f
|
@ -18,4 +18,4 @@ if [ "$RESET_DB" = "true" ]; then
|
||||||
pipenv run flask load-example-data
|
pipenv run flask load-example-data
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pipenv run python ./run.py
|
pipenv run gunicorn -e SCRIPT_NAME="$APPLICATION_ROOT" --bind 0.0.0.0:$PORT0 run:app
|
||||||
|
|
Loading…
Reference in New Issue