diff --git a/build.sh b/build.sh index b3ff0f2..fe4a075 100644 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ rm -rf apps/blogai/.next 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 \ + --build-arg BLOGAI_HOST=ai.szaiai.com \ --no-cache \ --network=host \ -t cradle:latest \