From 0ee1a88875bd0262cc271cd5d9e51f3b99f4bf66 Mon Sep 17 00:00:00 2001 From: Kevin Whitaker Date: Sat, 3 Jan 2026 13:41:36 -0500 Subject: [PATCH] use real arg --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ebef189..5af8186 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,7 +69,7 @@ WORKDIR /app/code/ COPY --from=ghcr.io/astral-sh/uv:0.7.19 /uv /uvx /usr/local/bin/ # 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 RUN uv sync --all-extras