Skip to content

Commit 8640814

Browse files
committed
poetry install somehow needs README, add to Docker image
1 parent a91ef4c commit 8640814

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN poetry install --without=dev --no-root \
3232
&& poetry plugin add poetry-dynamic-versioning-plugin
3333

3434
# Install the project
35+
COPY README.md ./
3536
COPY src ./src
3637
RUN --mount=source=.git,target=.git,type=bind \
3738
poetry dynamic-versioning \

0 commit comments

Comments
 (0)