mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-10 15:13:40 -05:00
Replace Procfile with command in manifest
This commit is contained in:
@@ -4,6 +4,7 @@ applications:
|
||||
buildpack: python_buildpack
|
||||
instances: ((instances))
|
||||
memory: ((memory))
|
||||
command: gunicorn -c /home/vcap/app/gunicorn_config.py application
|
||||
health-check-type: http
|
||||
health-check-http-endpoint: '/_status?simple=true'
|
||||
health-check-invocation-timeout: 10
|
||||
|
||||
Reference in New Issue
Block a user