mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
chore: 升级vite至v5 版本,规定node版本>=18.0.0,pnpm版本>=8.6.10 (#738)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FROM node:16-alpine as build-stage
|
||||
FROM node:18-alpine as build-stage
|
||||
|
||||
WORKDIR /app
|
||||
RUN corepack enable
|
||||
RUN corepack prepare pnpm@7.32.1 --activate
|
||||
RUN corepack prepare pnpm@8.6.10 --activate
|
||||
|
||||
RUN npm config set registry https://registry.npmmirror.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user