arcsu1 commited on
Commit
c828826
·
1 Parent(s): 9b582ec
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,5 +10,5 @@ WORKDIR /
10
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
11
 
12
  # Start the FastAPI app on port 7860, the default port expected by Spaces
13
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
14
 
 
10
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
11
 
12
  # Start the FastAPI app on port 7860, the default port expected by Spaces
13
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
14