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 6687b10 + 551b450 commit 6dfce3aCopy full SHA for 6dfce3a
1 file changed
Dockerfile
@@ -8,6 +8,7 @@ WORKDIR /code/
8
COPY pyproject.toml .
9
COPY uv.lock .
10
11
+ENV UV_LINK_MODE=copy
12
RUN uv pip sync --system pyproject.toml
13
14
COPY src/ src/
0 commit comments