Skip to content

Commit de6bb44

Browse files
committed
fix: Fixed Docker mount cache id prefix
1 parent ad317a5 commit de6bb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN mkdir -p /home/dataline/backend
5151
# https://docs.astral.sh/uv/guides/integration/docker/#non-editable-installs
5252
# Mount the lock and pyproject.toml to speed up image build time if these files are not changed
5353
RUN --mount=from=ghcr.io/astral-sh/uv,source=/uv,target=/bin/uv \
54-
--mount=type=cache,id=uvcache,target=/root/.cache/uv \
54+
--mount=type=cache,id=uv-cache,target=/root/.cache/uv \
5555
--mount=type=bind,source=backend/uv.lock,target=uv.lock \
5656
--mount=type=bind,source=backend/pyproject.toml,target=pyproject.toml \
5757
uv sync --no-dev --frozen --no-install-project

0 commit comments

Comments
 (0)