Skip to content

Commit 632edb0

Browse files
committed
fix: docker build mission patch file
1 parent b8c1018 commit 632edb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ WORKDIR /app
1616
# pnpm fetch does require only lockfile
1717
# 注意还需要复制 `.npmrc`,因为里面可能包含 npm registry 等配置,下载依赖需要用到
1818
COPY pnpm-lock.yaml ./
19+
COPY patches ./patches
1920

2021
# 推荐使用 pnpm fetch 命令下载依赖到 virtual store,专为 docker 构建优化
2122
# 参考:https://pnpm.io/cli/fetch

0 commit comments

Comments
 (0)