From a168b209880c1e1edb6373ce6ffab68978c736d6 Mon Sep 17 00:00:00 2001 From: aserrador Date: Sun, 8 Mar 2026 00:22:20 -0500 Subject: [PATCH] fix: copy README.md for Poetry package installation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9f3576..c148c14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app RUN pip install poetry -COPY pyproject.toml poetry.lock ./ +COPY pyproject.toml poetry.lock README.md ./ RUN poetry install --without dev --no-interaction COPY src/ ./src/