Omkar008 commited on
Commit
546c790
·
verified ·
1 Parent(s): b19cd5f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ COPY . .
24
  EXPOSE 7860
25
 
26
  # Start the FastAPI application
27
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "5"]
 
24
  EXPOSE 7860
25
 
26
  # Start the FastAPI application
27
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]