kimou605 commited on
Commit
8e6d05f
1 Parent(s): 37253ef

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ COPY ./db_faiss /code/db_faiss
30
 
31
 
32
  # Set the command to run the Uvicorn server, serving the app defined in main.py
33
- CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "7860"]
 
30
 
31
 
32
  # Set the command to run the Uvicorn server, serving the app defined in main.py
33
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]