From 9fa18bc1d74e21b7af63ec0d15ad5ea524c73498 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Mon, 14 Nov 2022 15:01:13 +0800 Subject: [PATCH] =?UTF-8?q?docker=20build=E5=A2=9E=E5=8A=A0--no-cache?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/build.sh b/docker/build.sh index a2838f08..bd0b1651 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -2,4 +2,4 @@ VERSION=latest -docker build -t goedge/edge-admin:${VERSION} . +docker build --no-cache -t goedge/edge-admin:${VERSION} .