fix: 显式安装rollup原生模块解决Alpine构建问题 [AC-AISVC-01]

This commit is contained in:
MerCry 2026-02-26 02:23:02 +08:00
parent bd38e7816a
commit a60a760951
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ WORKDIR /app
COPY package*.json ./
RUN npm ci --include=optional || npm install
RUN npm install && npm install @rollup/rollup-linux-x64-musl --save-optional
COPY . .