Skip to content

Commit

Permalink
Allow to write to uv.lock
Browse files Browse the repository at this point in the history
foarsitter committed Oct 22, 2024
1 parent f59d9bf commit defd542
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
# Requirements are installed here to ensure they will be cached.
RUN --mount=type=cache,target=/root/.cache/uv \
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
--mount=type=bind,source=uv.lock,target=uv.lock \
--mount=type=bind,source=uv.lock,target=uv.lock:rw \
uv sync --no-install-project

ADD . ${APP_HOME}

0 comments on commit defd542

Please sign in to comment.