更名为小写的 staging
This commit is contained in:
parent
e67fb414df
commit
3241e6d9a8
|
@ -7,7 +7,7 @@ COPY package*.json ./
|
||||||
RUN npm ci --frozen-lockfile
|
RUN npm ci --frozen-lockfile
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN npm run Staging
|
RUN npm run staging
|
||||||
|
|
||||||
# --- lmg-ui 运行阶段 ---
|
# --- lmg-ui 运行阶段 ---
|
||||||
FROM 106.52.199.114:5000/nginx:latest AS runner
|
FROM 106.52.199.114:5000/nginx:latest AS runner
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"dev": "vite --mode development",
|
"dev": "vite --mode development",
|
||||||
"build": "vite build --mode production",
|
"build": "vite build --mode production",
|
||||||
"test": "vite build --mode test",
|
"test": "vite build --mode test",
|
||||||
"staging": "vite build --mode Staging",
|
"staging": "vite build --mode staging",
|
||||||
"build:env": "vite build --mode development",
|
"build:env": "vite build --mode development",
|
||||||
"preview": "vite preview --mode production"
|
"preview": "vite preview --mode production"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue