优化docker的README.md逻辑

This commit is contained in:
puke
2025-11-05 10:48:01 +08:00
parent 4d08f69a8d
commit 197b6fc6c3

View File

@@ -25,7 +25,7 @@ RUN curl -LsSf https://astral.sh/uv/install.sh | sh && \
ENV PATH="/root/.local/bin:$PATH"
# Copy dependency files first for better layer caching
COPY pyproject.toml uv.lock ./
COPY pyproject.toml uv.lock README.md ./
# Install Python dependencies using uv
RUN /root/.local/bin/uv sync --frozen --no-dev