From e5691790d6d54117afc6b9b93ab3daec9479b786 Mon Sep 17 00:00:00 2001 From: itqop Date: Sat, 18 Oct 2025 17:03:44 +0300 Subject: [PATCH] release: v 0.1 release --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 002ef6e..f976ca9 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 README.md ./ +COPY pyproject.toml poetry.lock ./ RUN poetry config virtualenvs.create false