We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b701ae2 commit 073b14bCopy full SHA for 073b14b
1 file changed
Dockerfile
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
15
&& rm -rf /var/lib/apt/lists/*
16
17
# Install Python dependencies
18
-COPY pyproject.toml .
+COPY pyproject.toml README.md ./
19
RUN pip install --no-cache-dir build pip setuptools wheel && \
20
pip install --no-cache-dir asyncpg && \
21
pip wheel --no-cache-dir --wheel-dir /app/wheels -e .
0 commit comments