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/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Copy project files
|
# Copy project files
|
||||||
COPY pyproject.toml .
|
COPY pyproject.toml README.md ./
|
||||||
COPY src/ src/
|
COPY src/ src/
|
||||||
COPY config/ config/
|
COPY config/ config/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user