pip install gunicorn
gunicorn -w 4 -b 0.0.0.0:14002 app:app
References
http://flask.pocoo.org/docs/1.0/deploying/wsgi-standalone/
https://pypi.org/project/gunicorn/
Daily Notes of a Programmer
pip install gunicorn
gunicorn -w 4 -b 0.0.0.0:14002 app:app
References
http://flask.pocoo.org/docs/1.0/deploying/wsgi-standalone/
https://pypi.org/project/gunicorn/