This commit is contained in:
@@ -11,7 +11,7 @@ RUN npm config set registry https://registry.npmmirror.com
|
|||||||
RUN npm install -g pnpm
|
RUN npm install -g pnpm
|
||||||
# 清理 pnpm store 并安装依赖
|
# 清理 pnpm store 并安装依赖
|
||||||
RUN pnpm store prune || true
|
RUN pnpm store prune || true
|
||||||
RUN pnpm install --frozen-lockfile
|
RUN pnpm install
|
||||||
|
|
||||||
# Rebuild the source code only when needed
|
# Rebuild the source code only when needed
|
||||||
FROM hub.diyla.com/node:${NODE_IMAGE_VERSION} AS builder
|
FROM hub.diyla.com/node:${NODE_IMAGE_VERSION} AS builder
|
||||||
|
|||||||
Reference in New Issue
Block a user