rahim-khan-iitg commited on
Commit
8a625cd
·
verified ·
1 Parent(s): 741af88

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ COPY .env /app/.env
16
  COPY . .
17
 
18
  # Command to run the FastAPI app
19
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
16
  COPY . .
17
 
18
  # Command to run the FastAPI app
19
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]