minhpng commited on
Commit
521a356
·
1 Parent(s): c48dc3a

fix docker file

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