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 .