fix(docker): include README.md for pyproject.toml metadata
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user