Skip to content

Commit 6826bf2

Browse files
committed
Fix Dockerfile.
1 parent 0e6b8c5 commit 6826bf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_NO_DEV=1 UV_PYTHON_DOWNLOADS=0
77
WORKDIR /app
88

99
RUN --mount=type=cache,target=/root/.cache/uv \
10-
--mount=type=bind,source=uv.lock,target=uv.lock,relabel=private \
11-
--mount=type=bind,source=pyproject.toml,target=pyproject.toml,relabel=private \
10+
--mount=type=bind,source=uv.lock,target=uv.lock \
11+
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
1212
uv sync --locked --no-install-project
1313

1414
COPY . /app

0 commit comments

Comments
 (0)