This commit is contained in:
hailin 2025-04-07 13:36:35 +08:00
parent e0efb67bbe
commit e6d50ec3d3
2 changed files with 3 additions and 0 deletions

2
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,2 @@
{
}

View File

@ -3,6 +3,7 @@ docker build \
--build-arg http_proxy=http://127.0.0.1:7890 \ --build-arg http_proxy=http://127.0.0.1:7890 \
--build-arg https_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=192.168.10.104 \
--no-cache
--network=host \ --network=host \
-t cradle:latest \ -t cradle:latest \
-f apps/blogai/Dockerfile . -f apps/blogai/Dockerfile .