Copy README.md to be included in installation with poetry

This commit is contained in:
Andrey Danilov
2024-05-21 08:27:06 +03:00
parent b1c9bbd761
commit d47dd0cfa1

View File

@@ -25,6 +25,7 @@ WORKDIR /app
RUN pip install "poetry==1.7.1"
COPY ./pyproject.toml .
COPY ./README.md .
RUN poetry install