Skip to content

Commit a80f5b9

Browse files
committed
fix: Added missing target path to cache id
1 parent e27b9ac commit a80f5b9

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
@@ -56,7 +56,7 @@ RUN mkdir -p /home/dataline/backend
5656
# Cache ID follows railway structure
5757
# https://docs.railway.com/guides/dockerfiles#cache-mounts
5858
RUN --mount=from=ghcr.io/astral-sh/uv,source=/uv,target=/bin/uv \
59-
--mount=type=cache,id=s/${SERVICE_ID}-root/.cache/uv,target=/root/.cache/uv \
59+
--mount=type=cache,id=s/${SERVICE_ID}-/root/.cache/uv,target=/root/.cache/uv \
6060
--mount=type=bind,source=backend/uv.lock,target=uv.lock \
6161
--mount=type=bind,source=backend/pyproject.toml,target=pyproject.toml \
6262
uv sync --no-dev --frozen --no-install-project

0 commit comments

Comments
 (0)