From 99a66c5738a95395724c02b2d3afdb2ea2099c66 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Sun, 29 Dec 2019 11:56:18 +0800 Subject: [PATCH 1/2] updated README.md --- README-zh.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index 194720fc..5b9acf29 100644 --- a/README-zh.md +++ b/README-zh.md @@ -14,7 +14,7 @@ 基于Golang的分布式爬虫管理平台,支持Python、NodeJS、Go、Java、PHP等多种编程语言以及多种爬虫框架。 -[查看演示 Demo](http://crawlab.cn/demo) | [文档](https://tikazyq.github.io/crawlab-docs) +[查看演示 Demo](http://crawlab.cn/demo) | [文档](http://docs.crawlab.cn) ## 安装 diff --git a/README.md b/README.md index 4c970cd8..7b7c3d2d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Golang-based distributed web crawler management platform, supporting various languages including Python, NodeJS, Go, Java, PHP and various web crawler frameworks including Scrapy, Puppeteer, Selenium. -[Demo](http://crawlab.cn/demo) | [Documentation](https://tikazyq.github.io/crawlab-docs) +[Demo](http://crawlab.cn/demo) | [Documentation](http://docs.crawlab.cn) ## Installation From dce47e8025c9708f35efbb1025656de8812d0b27 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Sun, 29 Dec 2019 12:04:52 +0800 Subject: [PATCH 2/2] updated Dockerfile --- Dockerfile | 2 +- Dockerfile.local | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ddb4d47e..a85b42dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ WORKDIR /app # install frontend RUN npm config set unsafe-perm true -RUN npm install -g yarn && yarn install --registry=https://registry.npm.taobao.org +RUN npm install -g yarn && yarn install --registry=https://registry.npm.taobao.org --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ RUN npm run build:prod diff --git a/Dockerfile.local b/Dockerfile.local index ddb4d47e..a85b42dc 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -15,7 +15,7 @@ WORKDIR /app # install frontend RUN npm config set unsafe-perm true -RUN npm install -g yarn && yarn install --registry=https://registry.npm.taobao.org +RUN npm install -g yarn && yarn install --registry=https://registry.npm.taobao.org --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ RUN npm run build:prod