Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|