From d47dd0cfa1ad6aa7121deb5159ed2e7312817948 Mon Sep 17 00:00:00 2001 From: Andrey Danilov Date: Tue, 21 May 2024 08:27:06 +0300 Subject: [PATCH] Copy `README.md` to be included in installation with `poetry` --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 388e4ee..5d4df50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ WORKDIR /app RUN pip install "poetry==1.7.1" COPY ./pyproject.toml . +COPY ./README.md . RUN poetry install