<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-11-22 16:43:06 +03:00
parent 995141a200
commit b97b51074b
3 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ RUN apt-get update && \
COPY pyproject.toml uv.lock ./
RUN uv sync --frozen --no-dev --no-cache --group backend
RUN uv sync --group backend --frozen --no-cache
# Stage 2: Runtime