use real arg

This commit is contained in:
2026-01-03 13:41:36 -05:00
parent 21de7b0121
commit 0ee1a88875

View File

@@ -69,7 +69,7 @@ WORKDIR /app/code/
COPY --from=ghcr.io/astral-sh/uv:0.7.19 /uv /uvx /usr/local/bin/ COPY --from=ghcr.io/astral-sh/uv:0.7.19 /uv /uvx /usr/local/bin/
# Install Python # Install Python
RUN mkdir /app/code/uv && uv python install 3.13 --home /app/code/uv RUN mkdir /app/code/uv && uv python install -i /app/code/uv 3.13
# Install Python dependencies # Install Python dependencies
RUN uv sync --all-extras RUN uv sync --all-extras