From f4a8a04a05cf621c5115ef29decb5120950b32ab Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 22 Nov 2025 17:52:09 +0300 Subject: [PATCH] (scope): [body] [footer(s)] --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 74e6ca0..71cba6b 100644 --- a/Containerfile +++ b/Containerfile @@ -103,7 +103,7 @@ COPY ./src ./src COPY ./tests ./tests -RUN uv sync --group tests --frozen --no-cache +RUN uv sync --group backend --group tests --frozen --no-cache RUN mkdir -p /app/cov && mkdir /app/cov/html @@ -129,6 +129,6 @@ COPY ./tests ./tests COPY ./alembic.ini ./ -RUN uv sync --group migrations --frozen --no-cache +RUN uv sync --group backend --group migrations --frozen --no-cache CMD [ "alembic", "upgrade", "head" ]