Skip to content

Commit

Permalink
try with gunicorn following tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
mdufour committed Oct 5, 2020
1 parent 0ef27c6 commit fc05889
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ wasabi = "==0.8.0"
wrapt = "==1.12.1"
zipp = "==3.1.0"
flask = "*"
gunicorn = "*"

[requires]
python_version = "3.8"
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: flask run
web: gunicorn gettingstarted.wsgi --log-file -
1 change: 1 addition & 0 deletions requirements3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ wasabi==0.8.0
wrapt==1.12.1
zipp==3.1.0
Flask
gunicorn
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.7.8

0 comments on commit fc05889

Please sign in to comment.