mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 12:48:25 +00:00
Starts gunicorn, passing port and base href path
This commit is contained in:
parent
b1718078ff
commit
532e6b8433
@ -18,4 +18,4 @@ if [ "$RESET_DB" = "true" ]; then
|
||||
pipenv run flask load-example-data
|
||||
fi
|
||||
|
||||
pipenv run python ./run.py
|
||||
pipenv run gunicorn -e SCRIPT_NAME="$APPLICATION_ROOT" --bind 0.0.0.0:$PORT0 run:app
|
||||
|
Loading…
x
Reference in New Issue
Block a user