Replace Procfile with command in manifest

This commit is contained in:
Ryan Ahearn
2022-12-01 09:34:31 -05:00
parent f3402f06f6
commit eb9b5d8766
2 changed files with 1 additions and 1 deletions

View File

@@ -1 +0,0 @@
web: gunicorn -c /home/vcap/app/gunicorn_config.py application

View File

@@ -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