Compare commits
No commits in common. "7e5c40970c61f45fe9c9ba8246c2f4990fcb50b3" and "46218a0939441d8317579ef57061c619c0638585" have entirely different histories.
7e5c40970c
...
46218a0939
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue