Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,4 +26,4 @@ ENV FLASK_APP=app.py \
|
|
26 |
EXPOSE 7860
|
27 |
|
28 |
# Run the application using Gunicorn
|
29 |
-
CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "--timeout", "120", "app:app"]
|
|
|
26 |
EXPOSE 7860
|
27 |
|
28 |
# Run the application using Gunicorn
|
29 |
+
CMD ["gunicorn", "-k", "eventlet", "-w", "1", "-b", "0.0.0.0:7860", "--timeout", "120", "app:app"]
|