SharathReddy commited on
Commit
fcc8497
·
verified ·
1 Parent(s): 81a3f23

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ EXPOSE 8000
19
 
20
  # Run app.py when the container launches
21
  # Use --host 0.0.0.0 to make it accessible from outside the container
22
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
19
 
20
  # Run app.py when the container launches
21
  # Use --host 0.0.0.0 to make it accessible from outside the container
22
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]