fix(docker): include README.md for pyproject.toml metadata
All checks were successful
CI / Test (push) Successful in 53s
CI / Release (push) Has been skipped
CI / Lint (push) Successful in 4s
CI / Type Check (push) Successful in 19s

This commit is contained in:
2026-01-29 22:38:52 +00:00
parent d1981a3342
commit 66cdd4494c

View File

@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
# Copy project files
COPY pyproject.toml .
COPY pyproject.toml README.md ./
COPY src/ src/
COPY config/ config/