From a879da4ed5af2f1eb3963772fea812b1cc084c9a Mon Sep 17 00:00:00 2001 From: ITQ Date: Sun, 23 Nov 2025 11:13:28 +0300 Subject: [PATCH] (scope): [body] [footer(s)] --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index e4bbb5f..261f41e 100644 --- a/Containerfile +++ b/Containerfile @@ -99,7 +99,7 @@ COPY ./src ./src COPY ./tests ./tests -RUN uv sync --group backend --group tests --frozen --no-cache +RUN uv sync --group backend --group tests --frozen --no-cache --no-dev RUN mkdir -p /app/cov && mkdir /app/cov/html @@ -124,6 +124,6 @@ COPY ./tests ./tests COPY ./alembic.ini ./ -RUN uv sync --group backend --group migrations --frozen --no-cache +RUN uv sync --group backend --group migrations --frozen --no-cache --no-dev CMD [ "alembic", "upgrade", "head" ]