socketIO fix
This commit is contained in:
@@ -52,4 +52,4 @@ init_admin()
|
||||
|
||||
# Start the application
|
||||
echo "Starting application..."
|
||||
exec gunicorn --bind 0.0.0.0:5000 app:app
|
||||
exec gunicorn --worker-class eventlet -w 1 --bind 0.0.0.0:5000 app:app
|
||||
Reference in New Issue
Block a user