Qa5im commited on
Commit
b5eb12e
·
1 Parent(s): 90173b0

cmd updated

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