Skip to content

Commit 9a2f752

Browse files
committed
feat: add Procfile for Heroku deployment
- Add Procfile to specify Gunicorn as the web server for Heroku deployment
1 parent bd62c5f commit 9a2f752

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: gunicorn app:app --log-file - --access-logfile -

0 commit comments

Comments
 (0)