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