AnshulS commited on
Commit
1137959
·
verified ·
1 Parent(s): a075566

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,4 +7,4 @@ COPY . .
7
  RUN pip install --no-cache-dir --upgrade pip && \
8
  pip install --no-cache-dir -r requirements.txt
9
 
10
- CMD ["uvicorn", "webapp:app", "--host", "0.0.0.0", "--port", "7860"]
 
7
  RUN pip install --no-cache-dir --upgrade pip && \
8
  pip install --no-cache-dir -r requirements.txt
9
 
10
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]