|
|
@ -6,7 +6,7 @@ RUN yum install -y centos-release-scl && \ |
|
|
|
yum install -y devtoolset-8-gcc devtoolset-8-gcc-c++ && \ |
|
|
|
source /opt/rh/devtoolset-8/enable && \ |
|
|
|
yarn config set strict-peer-dependencies false && \ |
|
|
|
yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass && \ |
|
|
|
yarn config set sass_binary_site https://npmmirror.com/mirrors/node-sass && \ |
|
|
|
yarn config set registry http://172.16.32.57:8931/repository/npm-group/ && \ |
|
|
|
yarn && \ |
|
|
|
yarn run build |
|
|
|