ajibs75 commited on
Commit
00de3e1
·
verified ·
1 Parent(s): 393b795

Update Dockerfile

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