respect .python-version during uv sync
This commit is contained in:
@@ -8,7 +8,7 @@ ENV PYTHONUNBUFFERED=1 \
|
||||
UV_NO_DEV=1
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./pyproject.toml /app/
|
||||
COPY pyproject.toml .python-version /app
|
||||
RUN uv sync
|
||||
|
||||
COPY . /app
|
||||
|
||||
Reference in New Issue
Block a user