This commit is contained in:
parent
0c576c0787
commit
a811644585
2 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,8 @@ FROM node:24.10-alpine3.22 AS builder
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache python3 make g++ libc6-compat
|
||||
|
||||
COPY package*.json ./
|
||||
RUN npm ci --prefer-offline --no-audit
|
||||
|
||||
|
|
|
|||
|
|
@ -30,6 +30,6 @@
|
|||
"prettier": "3.5.3",
|
||||
"vfonts": "^0.0.3",
|
||||
"vite": "^6.2.1",
|
||||
"vite-plugin-vue-devtools": "^7.7.2"
|
||||
"vite-plugin-vue-devtools": "^8.0.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue