Configure Docker to use Gunicorn instead of Flask development server for production deployment. Updated SocketIO configuration for gevent compatibility.

This commit is contained in:
2025-08-26 08:36:54 +00:00
parent eedaa253e4
commit 2fe272bd00
5 changed files with 28 additions and 6 deletions

View File

@@ -2,4 +2,6 @@ Flask>=2.0.0
Flask-SocketIO>=5.0.0
numpy>=1.21.0
matplotlib>=3.5.0
plotly>=5.0.0
plotly>=5.0.0
gunicorn>=20.0.0
gevent>=21.0.0