yarn使用淘宝镜像源

master
pan 4 years ago
parent f21f24b345
commit f0152daf8e
  1. 2
      Dockerfile

@ -28,6 +28,8 @@ WORKDIR /app
RUN git clone git@gogs.kirito.cool:panqihua/RiskCloudRun.git
WORKDIR /app/RiskCloudRun
#安装依赖
#使用淘宝镜像源
RUN yarn global add yrm && yrm use taobao
RUN yarn
#设置工作目录
WORKDIR /app

Loading…
Cancel
Save