We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91ef4c commit 8640814Copy full SHA for 8640814
Dockerfile
@@ -32,6 +32,7 @@ RUN poetry install --without=dev --no-root \
32
&& poetry plugin add poetry-dynamic-versioning-plugin
33
34
# Install the project
35
+COPY README.md ./
36
COPY src ./src
37
RUN --mount=source=.git,target=.git,type=bind \
38
poetry dynamic-versioning \
0 commit comments