benjolo commited on
Commit
66871d3
1 Parent(s): fb3829b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ WORKDIR /
15
  RUN pip install --no-cache-dir --upgrade -r backend/requirements.txt
16
 
17
  # Start the FastAPI app on port 7860, the default port expected by Spaces
18
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
15
  RUN pip install --no-cache-dir --upgrade -r backend/requirements.txt
16
 
17
  # Start the FastAPI app on port 7860, the default port expected by Spaces
18
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]