jeongsoo commited on
Commit
d98632f
·
1 Parent(s): b8c4815

Fix Procfile configuration

Browse files
Files changed (1) hide show
  1. Procfile +1 -1
Procfile CHANGED
@@ -1 +1 @@
1
- web: gunicorn app:app
 
1
+ web: gunicorn 'app.app:app'