Liantsoaxx08 commited on
Commit
1cbf0b3
·
1 Parent(s): 5e234f7

modifing dockerfile content

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,4 +21,4 @@ COPY . .
21
  EXPOSE 7860
22
 
23
  # Run the FastAPI app with Uvicorn
24
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
21
  EXPOSE 7860
22
 
23
  # Run the FastAPI app with Uvicorn
24
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]