george114 commited on
Commit
5504462
·
verified ·
1 Parent(s): aa4fff1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ RUN pip install --no-cache-dir -r requirements.txt
15
  COPY . .
16
 
17
  EXPOSE 7860
18
- CMD ["uvicorn", "app_ml:app", "--host", "0.0.0.0", "--port", "7860"]
 
15
  COPY . .
16
 
17
  EXPOSE 7860
18
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]