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 .