feat(billing): finalize tenant subscription entitlements and platform stabilization fixes
Some checks failed
ci / ui (push) Failing after 30s
images / build-and-push (push) Failing after 20s
ci / rust (push) Failing after 2m41s

This commit is contained in:
2026-03-30 21:46:26 +03:00
parent 2595e7f1c5
commit 63ca237178
8 changed files with 292 additions and 1250 deletions

View File

@@ -2,8 +2,8 @@ FROM node:20-alpine AS builder
WORKDIR /app
COPY control/ui/package.json control/ui/package-lock.json ./
RUN npm ci
COPY control/ui/package.json ./
RUN npm install
COPY control/ui .
RUN npm run build