From fb307da70ae4e925832c01e4a09dfb9c5d33f730 Mon Sep 17 00:00:00 2001 From: ITQ Date: Fri, 21 Nov 2025 15:50:24 +0300 Subject: [PATCH] fix: fixed Containerfile Signed-off-by: ITQ --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 5875d0d..797681c 100644 --- a/Containerfile +++ b/Containerfile @@ -69,7 +69,7 @@ COPY ./src ./src COPY ./tests ./tests -RUN uv pip install . -e +RUN uv pip install -e . RUN mkdir -p /app/cov