fix: 显式安装rollup原生模块解决Alpine构建问题 [AC-AISVC-01]
This commit is contained in:
parent
bd38e7816a
commit
a60a760951
|
|
@ -5,7 +5,7 @@ WORKDIR /app
|
||||||
|
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
RUN npm ci --include=optional || npm install
|
RUN npm install && npm install @rollup/rollup-linux-x64-musl --save-optional
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue