mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-02 23:30:15 -04:00
Exec web startup command
This allows for app to receive process signals from cloud foundry
This commit is contained in:
@@ -4,4 +4,4 @@ if [[ $CF_INSTANCE_INDEX -eq 0 ]]; then
|
||||
flask db upgrade
|
||||
fi
|
||||
|
||||
gunicorn -c ${HOME}/gunicorn_config.py application
|
||||
exec gunicorn -c ${HOME}/gunicorn_config.py application
|
||||
|
||||
Reference in New Issue
Block a user