Pujan-Dev commited on
Commit
b683667
·
verified ·
1 Parent(s): cb67efc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN pip install --upgrade pip && \
18
  EXPOSE 8000
19
 
20
  # Run the FastAPI app using uvicorn with 4 workers
21
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000", "--workers", "4"]
 
18
  EXPOSE 8000
19
 
20
  # Run the FastAPI app using uvicorn with 4 workers
21
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]