Skip to content

Commit 953b556

Browse files
committed
fix: include README.md in Docker build context
hatchling requires README.md at build time but it was not being copied into the builder stage.
1 parent 58342b8 commit 953b556

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.12-slim AS builder
22

33
WORKDIR /build
4-
COPY pyproject.toml VERSION ./
4+
COPY pyproject.toml VERSION README.md ./
55
RUN pip install --no-cache-dir build
66

77
COPY src/ src/

0 commit comments

Comments
 (0)