zuleleee commited on
Commit
834933b
·
verified ·
1 Parent(s): 78ebe75

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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