We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179c361 commit 02d85ffCopy full SHA for 02d85ff
.docker/Dockerfile
@@ -45,7 +45,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.5.5 /uv /uvx /bin/
45
46
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
47
48
-RUN uv sync --extra test --extra webservice --extra watcher
+RUN uv sync --extra test --extra webservice --extra watcher --no-dev
49
50
FROM base
51
0 commit comments