From 3241e6d9a847815aee2830d991bcb21de8d31a5e Mon Sep 17 00:00:00 2001 From: yidl Date: Mon, 25 Aug 2025 22:26:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E5=90=8D=E4=B8=BA=E5=B0=8F=E5=86=99?= =?UTF-8?q?=E7=9A=84=20=20=20staging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f628b7c..618d0dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY package*.json ./ RUN npm ci --frozen-lockfile COPY . . -RUN npm run Staging +RUN npm run staging # --- lmg-ui 运行阶段 --- FROM 106.52.199.114:5000/nginx:latest AS runner diff --git a/package.json b/package.json index 5188e4d..6bb9e0e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dev": "vite --mode development", "build": "vite build --mode production", "test": "vite build --mode test", - "staging": "vite build --mode Staging", + "staging": "vite build --mode staging", "build:env": "vite build --mode development", "preview": "vite preview --mode production" }, -- 2.44.0.windows.1