<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-11-23 13:34:18 +03:00
parent 8d10294e1f
commit 2988f7c3b6
4 changed files with 8 additions and 3 deletions
+2
View File
@@ -36,6 +36,8 @@ COPY ./src ./src
RUN uv sync --frozen --no-dev --no-cache --group ml
RUN uv add prometheus-fastapi-instrumentator
# Stage 4: Backend Runtime
FROM ${PY_IMAGE} AS runtime