add back python install(lock forces it) and instead change permissions of root uv folder.

This commit is contained in:
2026-01-03 13:29:01 -05:00
parent 6a9dbd7603
commit 1b8bd7b94f
2 changed files with 4 additions and 1 deletions

View File

@@ -68,6 +68,9 @@ WORKDIR /app/code/
# Install uv for the non-root user
COPY --from=ghcr.io/astral-sh/uv:0.7.19 /uv /uvx /usr/local/bin/
# Install Python
RUN uv python install 3.13
# Install Python dependencies
RUN uv sync --all-extras