We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27b9ac commit a80f5b9Copy full SHA for a80f5b9
Dockerfile
@@ -56,7 +56,7 @@ RUN mkdir -p /home/dataline/backend
56
# Cache ID follows railway structure
57
# https://docs.railway.com/guides/dockerfiles#cache-mounts
58
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 \
+ --mount=type=cache,id=s/${SERVICE_ID}-/root/.cache/uv,target=/root/.cache/uv \
60
--mount=type=bind,source=backend/uv.lock,target=uv.lock \
61
--mount=type=bind,source=backend/pyproject.toml,target=pyproject.toml \
62
uv sync --no-dev --frozen --no-install-project
0 commit comments