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

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", "--workers","8"]
 
35
  EXPOSE 7860
36
 
37
  # Command to run the FastAPI app
38
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]