编辑文件 cache.dockerfile
This commit is contained in:
parent
46466c50f4
commit
51e4e7a5b2
@ -7,7 +7,7 @@ RUN npm config set registry http://mirrors.cloud.tencent.com/npm/ \
|
||||
|
||||
WORKDIR /data/cache
|
||||
|
||||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
|
||||
COPY . .
|
||||
|
||||
RUN pnpm i
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user