randomshit11 astro21 commited on
Commit
700d6b3
·
verified ·
1 Parent(s): f3432f2

Update Dockerfile (#1)

Browse files

- Update Dockerfile (1983e04caa0be73376079354ad2dde4e69c68b9b)


Co-authored-by: Jainil Patel <[email protected]>

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ COPY . .
27
  EXPOSE 7860
28
 
29
  # Command to run the FastAPI application with Gradio
30
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
27
  EXPOSE 7860
28
 
29
  # Command to run the FastAPI application with Gradio
30
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]