From d3c5b9981b34d6b57da1fd50c29d2221a17a77e2 Mon Sep 17 00:00:00 2001 From: hxh <762326930@qq.com> Date: Mon, 22 Jan 2024 11:59:19 +0800 Subject: [PATCH] =?UTF-8?q?cicd:=20=E8=BE=93=E5=87=BA=E8=AF=A6=E7=BB=86?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/Dockerfile b/deploy/Dockerfile index cde57e4..edf2c53 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -8,7 +8,7 @@ source /opt/rh/devtoolset-8/enable && \ yarn config set strict-peer-dependencies false && \ 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 install --verbose && \ yarn run build # Second stage: minimal runtime environment