Replace Procfile with command in manifest

This commit is contained in:
Ryan Ahearn
2022-12-01 09:54:37 -05:00
parent f3402f06f6
commit eb9b5d8766
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1 +0,0 @@
web: gunicorn -c /home/vcap/app/gunicorn_config.py application
+1
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