feat(billing): finalize tenant subscription entitlements and platform stabilization fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user