Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -50,5 +50,5 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \
|
|
| 50 |
CMD curl -f http://localhost:7860/health || exit 1
|
| 51 |
|
| 52 |
# Run the application
|
| 53 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
| 54 |
|
|
|
|
| 50 |
CMD curl -f http://localhost:7860/health || exit 1
|
| 51 |
|
| 52 |
# Run the application
|
| 53 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "4"]
|
| 54 |
|