fix(docker): copy README.md into build stage for hatchling

This commit is contained in:
2026-02-12 06:35:02 +00:00
parent d0f1c8bae3
commit 58d79558ce
+1 -1
View File
@@ -13,7 +13,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
WORKDIR /app
# Copy project metadata and source code
COPY pyproject.toml ./
COPY pyproject.toml README.md ./
COPY src/ ./src/
# Build wheel