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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue