hritikr7 commited on
Commit
2828c90
·
verified ·
1 Parent(s): 1ed8466

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,4 +7,4 @@ WORKDIR /RBSearch
7
 
8
  RUN pip install --no-cache-dir --upgrade -q -r requirements.txt
9
 
10
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860", "--log-level", "critical"]
 
7
 
8
  RUN pip install --no-cache-dir --upgrade -q -r requirements.txt
9
 
10
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]