Use gunicorn for running wsgi stuffs

This commit is contained in:
Eryn Wells 2017-09-30 08:31:03 -07:00
parent ca76c99b3d
commit b5a3415cd9
3 changed files with 11 additions and 2 deletions

View file

@ -1 +1 @@
web: python3 -m flask run
web: gunicorn tictactoe:app --log-file -