This commit is contained in:
parent
e0efb67bbe
commit
e6d50ec3d3
|
|
@ -0,0 +1,2 @@
|
||||||
|
{
|
||||||
|
}
|
||||||
1
build.sh
1
build.sh
|
|
@ -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 .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue