Arafath10 commited on
Commit
4728ec1
1 Parent(s): efa61da

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,4 +32,4 @@ COPY --chown=user . $HOME/app
32
  # Install Playwright browsers as the "user" user
33
  RUN playwright install
34
 
35
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
32
  # Install Playwright browsers as the "user" user
33
  RUN playwright install
34
 
35
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860","--workers","2"]