We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58342b8 commit 953b556Copy full SHA for 953b556
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM python:3.12-slim AS builder
2
3
WORKDIR /build
4
-COPY pyproject.toml VERSION ./
+COPY pyproject.toml VERSION README.md ./
5
RUN pip install --no-cache-dir build
6
7
COPY src/ src/
0 commit comments