axnand commited on
Commit
5ae9515
·
1 Parent(s): f9ef301

edited the dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ COPY app/ ./app/
20
  EXPOSE 8000
21
 
22
  # Start the FastAPI server
23
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
 
20
  EXPOSE 8000
21
 
22
  # Start the FastAPI server
23
+ CMD ["uvicorn", "app.app:app", "--host", "0.0.0.0", "--port", "8000"]