Skip to content

Commit 073b14b

Browse files
committed
Fix Dockerfile: include README.md for pyproject.toml metadata
1 parent b701ae2 commit 073b14b

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
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1515
&& rm -rf /var/lib/apt/lists/*
1616

1717
# Install Python dependencies
18-
COPY pyproject.toml .
18+
COPY pyproject.toml README.md ./
1919
RUN pip install --no-cache-dir build pip setuptools wheel && \
2020
pip install --no-cache-dir asyncpg && \
2121
pip wheel --no-cache-dir --wheel-dir /app/wheels -e .

0 commit comments

Comments
 (0)