Use gunicorn for running wsgi stuffs
This commit is contained in:
parent
ca76c99b3d
commit
b5a3415cd9
3 changed files with 11 additions and 2 deletions
2
Procfile
2
Procfile
|
@ -1 +1 @@
|
|||
web: python3 -m flask run
|
||||
web: gunicorn tictactoe:app --log-file -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue