move manifest to single jinja template

uses the same pattern as other apps. Infers route based on app name,
you can declare more in the dict at the top if you need to.
This commit is contained in:
Leo Hemsted
2019-04-12 11:05:45 +01:00
parent cf6dec2cac
commit 9547fedcc3
18 changed files with 74 additions and 248 deletions

1
Procfile Normal file
View File

@@ -0,0 +1 @@
web: unset GUNICORN_CMD_ARGS; scripts/run_app_paas.sh gunicorn -c /home/vcap/app/gunicorn_config.py application