feat(admin): 运营后台(登录/查看/编辑补全)+ 写入API + 审计留痕 #4
@@ -4,6 +4,7 @@
|
|||||||
# Stage 1: build the admin SPA.
|
# Stage 1: build the admin SPA.
|
||||||
FROM node:22-alpine AS web
|
FROM node:22-alpine AS web
|
||||||
WORKDIR /web
|
WORKDIR /web
|
||||||
|
ENV npm_config_registry=https://registry.npmmirror.com
|
||||||
COPY admin-frontend/package.json admin-frontend/package-lock.json* ./
|
COPY admin-frontend/package.json admin-frontend/package-lock.json* ./
|
||||||
RUN npm ci || npm install
|
RUN npm ci || npm install
|
||||||
COPY admin-frontend/ ./
|
COPY admin-frontend/ ./
|
||||||
|
|||||||
Reference in New Issue
Block a user