Skip to content

Commit 12f4446

Browse files
Chapter 17: Heroku support with Gunicorn (17c)
1 parent 4b709f9 commit 12f4446

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: waitress-serve --port=$PORT flasky:app
1+
web: gunicorn flasky:app

requirements/heroku.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-r prod.txt
22
Flask-SSLify==0.1.5
3-
waitress==1.0.2
3+
gunicorn==19.7.1
44
psycopg2==2.7.3

0 commit comments

Comments
 (0)