pull/497/head
parent
734079661d
commit
664ac88c85
|
@ -8,7 +8,7 @@ COPY package.json /app/
|
|||
|
||||
RUN --mount=type=cache,target=/app/node_modules,id=my_app_npm_module,sharing=locked \
|
||||
--mount=type=cache,target=/root/.npm,id=npm_cache \
|
||||
npm i --registry=https://registry.npm.taobao.org
|
||||
npm i --registry=https://registry.npmmirror.com
|
||||
|
||||
COPY src /app/src
|
||||
|
||||
|
|
Loading…
Reference in New Issue