rbcurzon commited on
Commit
1cdb4f4
·
verified ·
1 Parent(s): fb4506a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,4 +39,4 @@ RUN git config --global --add safe.directory /home/user/app
39
  # If you need secrets, handle them properly
40
  RUN --mount=type=secret,id=GENAI_API_KEY,mode=0444,required=true
41
 
42
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "4"]
 
39
  # If you need secrets, handle them properly
40
  RUN --mount=type=secret,id=GENAI_API_KEY,mode=0444,required=true
41
 
42
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "2"]