HashamUllah commited on
Commit
3f24f8b
1 Parent(s): 84f82cc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ COPY . .
22
  EXPOSE 8000
23
 
24
  # Command to run the FastAPI app with uvicorn
25
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
22
  EXPOSE 8000
23
 
24
  # Command to run the FastAPI app with uvicorn
25
+ CMD ["uvicorn", "app:app", "--host", "127.0.0.1", "--port", "8000"]