rockerritesh commited on
Commit
b04e731
·
verified ·
1 Parent(s): cc844d3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,4 +35,4 @@ COPY main.py .
35
  EXPOSE 7860
36
 
37
  # Command to run the FastAPI app
38
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
35
  EXPOSE 7860
36
 
37
  # Command to run the FastAPI app
38
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers","8"]