mbonea-ewallet godwin commited on
Commit
5ac4c8b
·
1 Parent(s): 4e2f043

returning it back to 4

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 10
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 4
7
  EXPOSE 8000