Commit 5b6e896e authored by liuzicheng's avatar liuzicheng

Update Dockerfile

parent 9b60ad5f
......@@ -7,6 +7,7 @@ COPY . .
# 安装依赖
RUN npm install cnpm -g --no-progress --registry=httpsregistry.npm.taobao.org
RUN cnpm install --no-progress
RUN cnpm install less-loader@5.0.0 -S
# 构建
RUN npm run build:staging
# production stage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment