From fe3103386a545b26f88ae05a3f96d7e2f8c78e76 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 7 Apr 2025 13:37:14 +0800 Subject: [PATCH] . --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 1a24bb5..90b30d4 100644 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ docker build \ --build-arg http_proxy=http://127.0.0.1:7890 \ --build-arg https_proxy=http://127.0.0.1:7890 \ --build-arg BLOGAI_HOST=192.168.10.104 \ - --no-cache + --no-cache \ --network=host \ -t cradle:latest \ -f apps/blogai/Dockerfile .