<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-11-22 17:52:09 +03:00
parent 37c880a311
commit f4a8a04a05
+2 -2
View File
@@ -103,7 +103,7 @@ COPY ./src ./src
COPY ./tests ./tests 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 RUN mkdir -p /app/cov && mkdir /app/cov/html
@@ -129,6 +129,6 @@ COPY ./tests ./tests
COPY ./alembic.ini ./ 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" ] CMD [ "alembic", "upgrade", "head" ]