Skip to content

Commit 16305f5

Browse files
committed
fix: Copy README.md in Dockerfile for hatchling build
1 parent 5ca6a7b commit 16305f5

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
@@ -5,7 +5,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.11.2 /uv /uvx /bin/
55
WORKDIR /app
66

77
# Copy dependency files and install
8-
COPY pyproject.toml uv.lock ./
8+
COPY pyproject.toml uv.lock README.md ./
99
RUN uv sync --frozen --no-dev --no-install-project
1010

1111
# Copy the rest of the code

0 commit comments

Comments
 (0)