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