|
@ -8,7 +8,7 @@ source /opt/rh/devtoolset-8/enable && \ |
|
|
yarn config set strict-peer-dependencies false && \ |
|
|
yarn config set strict-peer-dependencies false && \ |
|
|
yarn config set sass_binary_site https://npmmirror.com/mirrors/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 config set registry http://172.16.32.57:8931/repository/npm-group/ && \ |
|
|
yarn && \ |
|
|
yarn install --verbose && \ |
|
|
yarn run build |
|
|
yarn run build |
|
|
|
|
|
|
|
|
# Second stage: minimal runtime environment |
|
|
# Second stage: minimal runtime environment |
|
|