ashh757 commited on
Commit
a543e3b
·
verified ·
1 Parent(s): 2e968f0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -74,7 +74,7 @@ RUN --mount=type=secret,id=AWS_DEFAULT_REGION,mode=0444,required=true \
74
  # Switch to the "user" user
75
  USER user
76
 
77
- EXPOSE 7960
78
 
79
  # Set the entry point to run the FastAPI application
80
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7960"]
 
74
  # Switch to the "user" user
75
  USER user
76
 
77
+ EXPOSE 7860
78
 
79
  # Set the entry point to run the FastAPI application
80
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]