From b850aa1f7fdd363845641b8ea85df059cabcd0c3 Mon Sep 17 00:00:00 2001 From: orionsec Date: Fri, 6 Dec 2024 11:36:50 +0800 Subject: [PATCH] =?UTF-8?q?:whale:=20=E7=A6=81=E7=94=A8=E7=BC=93=E5=AD=98.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: orionsec --- docker/service/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/service/build.sh b/docker/service/build.sh index 15739f68..c89123ab 100644 --- a/docker/service/build.sh +++ b/docker/service/build.sh @@ -2,7 +2,7 @@ version=2.2.1 mv ../../orion-visor-launch/target/orion-visor-launch.jar ./orion-visor-launch.jar mv ../../orion-visor-ui/dist ./dist -docker build -t orion-visor-service:${version} . +docker build --no-cache -t orion-visor-service:${version} . rm -rf ./orion-visor-launch.jar rm -rf ./dist docker tag orion-visor-service:${version} registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-visor-service:${version}