Muhammad Saad commited on
Commit
fced5f9
·
1 Parent(s): 7d2a2eb
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ COPY . .
15
  EXPOSE 7860
16
 
17
  # Command to run FastAPI with uvicorn
18
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
15
  EXPOSE 7860
16
 
17
  # Command to run FastAPI with uvicorn
18
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]