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

10 connections

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