pauri32 commited on
Commit
31e14e4
1 Parent(s): a38f678

Update Dockerfile

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