编辑文件 cache.dockerfile
This commit is contained in:
parent
1a0a1ab50f
commit
a24aad005b
@ -14,7 +14,7 @@ WORKDIR /app
|
|||||||
# 将 by 中的文件列表 COPY 过来
|
# 将 by 中的文件列表 COPY 过来
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN npm i -g corepack
|
RUN npm i pnpm -g
|
||||||
|
|
||||||
RUN pnpm install --frozen-lockfile
|
RUN pnpm install --frozen-lockfile
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user