You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe a good deployment option would be to use Docker, and Gunicorn.
Docker should be able to isolate software requirements, avoiding possible conflicts.
Flask states: "Do not use the builtin development server in production". We could consider Gunicorn and/or uWSGI with nginx.
I believe a good deployment option would be to use Docker, and Gunicorn.
Docker should be able to isolate software requirements, avoiding possible conflicts.
Flask states: "Do not use the builtin development server in production". We could consider Gunicorn and/or uWSGI with nginx.
Discussions are welcome.
Reference: http://flask.pocoo.org/docs/0.10/deploying/
The text was updated successfully, but these errors were encountered: