Skip to content

Commit b1d1135

Browse files
committed
fix(docker): copy README.md before uv install (hatchling requires it for metadata validation)
1 parent b686ea7 commit b1d1135

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN pip install --no-cache-dir uv
99

1010
# Copy only the dependency manifest first (cache-friendly layer)
1111
COPY pyproject.toml .
12+
COPY README.md .
1213

1314
# Install project deps into a proper venv using uv
1415
RUN uv venv /app/.venv && \

0 commit comments

Comments
 (0)