fix:移除--system参数
This commit is contained in:
@@ -13,7 +13,7 @@ COPY pyproject.toml uv.lock ./
|
|||||||
RUN apt-get update && apt-get install -y git
|
RUN apt-get update && apt-get install -y git
|
||||||
|
|
||||||
# Install runtime dependencies
|
# 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 project source
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user