mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 14:42:24 -05:00
8 lines
159 B
Bash
Executable File
8 lines
159 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [[ $CF_INSTANCE_INDEX -eq 0 ]]; then
|
|
flask db upgrade
|
|
fi
|
|
|
|
exec newrelic-admin run-program gunicorn -c ${HOME}/gunicorn_config.py application
|