From 8ac7b626aec8b8e16a6c68d691cf5518170119b7 Mon Sep 17 00:00:00 2001 From: bigfengyu Date: Thu, 31 Oct 2019 19:56:59 +0800 Subject: [PATCH] fix: dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e81267d..a93f902 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,8 @@ RUN yarn global add typescript WORKDIR /app # cache dependencies COPY package.json ./ -RUN yarn config set registry https://registry.npm.taobao.org/ && yarn install +# 在国内打开下面一行加速 +#RUN yarn config set registry https://registry.npm.taobao.org/ && yarn install # build COPY . ./