parth parekh commited on
Commit
3a154fd
·
1 Parent(s): 2ba6f1b

removed workers we just need one to work

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ RUN chown -R user:user /app
25
  # Switch to the new user
26
  USER user
27
 
28
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "4"]
 
25
  # Switch to the new user
26
  USER user
27
 
28
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]