harshnarayan12 commited on
Commit
99456c6
·
verified ·
1 Parent(s): b41535c
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
18
 
19
  COPY . .
20
 
21
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
18
 
19
  COPY . .
20
 
21
+ CMD ["streamlit", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]