upgrading to gunicorn server from flask development server

This commit is contained in:
Walker Waylon Scott 2017-07-10 11:14:58 -05:00
parent bb3b70df6a
commit 1125d8e25f
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
web: python src//pyDataVizDay.py
web: gunicorn src//pyDataVizDay:app