use real arg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user