This commit is contained in:
hailin 2025-04-07 13:37:14 +08:00
parent e6d50ec3d3
commit fe3103386a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +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 --no-cache \
--network=host \ --network=host \
-t cradle:latest \ -t cradle:latest \
-f apps/blogai/Dockerfile . -f apps/blogai/Dockerfile .