Vitrous commited on
Commit
be66b6a
1 Parent(s): 8caa6e7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,4 +34,4 @@ COPY --chown=user . $HOME/app
34
  #end of dir set up
35
 
36
 
37
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "4"]
 
34
  #end of dir set up
35
 
36
 
37
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "2"]