Gokulavelan commited on
Commit
e831b35
·
1 Parent(s): e396e5a
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ COPY . /app
19
  EXPOSE 8000
20
 
21
  # Run FastAPI (use `main` instead of `app.main`)
22
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
19
  EXPOSE 8000
20
 
21
  # Run FastAPI (use `main` instead of `app.main`)
22
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]