fix: recreate uv.lock in docker
This commit is contained in:
parent
22d333129d
commit
1ff4fd842b
1 changed files with 1 additions and 2 deletions
|
|
@ -6,9 +6,8 @@ RUN apk update \
|
|||
&& apk add gcc python3-dev musl-dev linux-headers
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache/uv \
|
||||
--mount=type=bind,source=uv.lock,target=uv.lock \
|
||||
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
|
||||
uv sync --frozen --no-install-workspace
|
||||
uv sync --no-install-workspace
|
||||
|
||||
ADD . /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue