forked from cleveragents/cleveragents-core
fix(docker): copy README.md into build stage for hatchling
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user