From 930e37b17369c3fdc1b7d166d142df85799ca74a Mon Sep 17 00:00:00 2001 From: itqop Date: Sat, 18 Oct 2025 16:56:23 +0300 Subject: [PATCH] release: v 0.1 release --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f976ca9..002ef6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \ RUN pip install poetry -COPY pyproject.toml poetry.lock ./ +COPY pyproject.toml poetry.lock README.md ./ RUN poetry config virtualenvs.create false