From e6d50ec3d3eac2a29d49498aa2b7d85b7055258b Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 7 Apr 2025 13:36:35 +0800 Subject: [PATCH] . --- .vscode/settings.json | 2 ++ build.sh | 1 + 2 files changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7a73a41 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/build.sh b/build.sh index 13440f5..1a24bb5 100644 --- a/build.sh +++ b/build.sh @@ -3,6 +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 --network=host \ -t cradle:latest \ -f apps/blogai/Dockerfile .