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