We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1cd48e commit 1882467Copy full SHA for 1882467
backend/Dockerfile
@@ -20,8 +20,8 @@ ENV UV_COMPILE_BYTECODE=1 \
20
21
# Install dependencies with cache
22
RUN --mount=type=cache,target=/root/.cache/uv \
23
- --mount=type=bind,source=backend/uv.lock,target=uv.lock \
24
- --mount=type=bind,source=backend/pyproject.toml,target=pyproject.toml \
+ --mount=type=bind,source=uv.lock,target=uv.lock \
+ --mount=type=bind,source=pyproject.toml,target=pyproject.toml \
25
uv sync --frozen --no-default-groups --group server
26
27
# === Runtime base server image ===
0 commit comments