mbonea-ewallet godwin commited on
Commit
fa99625
·
1 Parent(s): e47d119

reduced to 2 workers

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,5 +3,5 @@ WORKDIR /usr/src/nginx
3
  COPY . .
4
 
5
  RUN python3 -m pip install -r requirements.txt
6
- CMD uvicorn App.app:app --host 0.0.0.0 --workers 4
7
  EXPOSE 8000
 
3
  COPY . .
4
 
5
  RUN python3 -m pip install -r requirements.txt
6
+ CMD uvicorn App.app:app --host 0.0.0.0 --workers 2
7
  EXPOSE 8000