<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-11-23 11:13:28 +03:00
parent fb8dd9accc
commit a879da4ed5
+2 -2
View File
@@ -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" ]