Tell uv not to sync dev harder

This commit is contained in:
James R. Barlow
2024-12-08 23:20:18 -08:00
parent 179c36151b
commit cd59e522c7
+1 -1
View File
@@ -45,7 +45,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.5.5 /uv /uvx /bin/
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
RUN uv sync --extra test --extra webservice --extra watcher
RUN uv sync --extra test --extra webservice --extra watcher --no-dev
FROM base