fix:移除--system参数

This commit is contained in:
Dawn ARC
2026-05-05 12:51:58 +08:00
committed by GitHub
parent 83fdc3c2e2
commit 810c4c45ac

View File

@@ -13,7 +13,7 @@ COPY pyproject.toml uv.lock ./
RUN apt-get update && apt-get install -y git
# Install runtime dependencies
RUN uv sync --frozen --no-dev --system --no-install-project
RUN uv sync --frozen --no-dev --no-install-project
# Copy project source
COPY . .