Pushkar02-n commited on
Commit
eae8877
·
verified ·
1 Parent(s): 8ca07e8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN uv sync --frozen --no-cache
21
  # ---- Application code ----
22
  COPY --chown=user:user . .
23
 
24
- # Hugging Face explicitly requires exposing 7860
25
  EXPOSE 7860
26
 
27
  # Run Uvicorn directly on port 7860
 
21
  # ---- Application code ----
22
  COPY --chown=user:user . .
23
 
24
+ # Hugging Face explicitly requires exposing 7860, that's why exposing here
25
  EXPOSE 7860
26
 
27
  # Run Uvicorn directly on port 7860