diff options
Diffstat (limited to 'heroku.yml')
| -rw-r--r-- | heroku.yml | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +setup: + config: + PROD: '1' build: - packages: - - whois
\ No newline at end of file + languages: + - python +run: + web: 'gunicorn app:app' |
