Skip to content

Commit

Permalink
Merge branch 'dev' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
danni-cool committed Jan 13, 2024
2 parents 9e0ba8b + 486d982 commit 6487d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM node:18-alpine
WORKDIR /app

# 非依赖变更缓存改层
COPY package.json pnpm-lock.yaml patches .npmrc ./
COPY package.json pnpm-lock.yaml patches/* .npmrc ./

# 安装应用程序依赖项
RUN npm install -g pnpm && pnpm install --production&& pnpm store prune && npm uninstall pnpm -g
Expand Down

0 comments on commit 6487d72

Please sign in to comment.