We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da55973 + 96a2c0e commit 2a45cbdCopy full SHA for 2a45cbd
src/backend/Dockerfile
@@ -7,7 +7,6 @@ COPY --from=ghcr.io/astral-sh/uv:0.6.3 /uv /uvx /bin/
7
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
8
9
WORKDIR /app
10
-COPY uv.lock pyproject.toml /app/
11
12
# Install the project's dependencies using the lockfile and settings
13
RUN --mount=type=cache,target=/root/.cache/uv \
0 commit comments