Divyansh Kushwaha commited on
Commit
c28ff59
·
1 Parent(s): f5dd236

Docker file fixed

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