This commit is contained in:
parent
11a4669e60
commit
1e46457b1d
1
build.sh
1
build.sh
|
|
@ -1,4 +1,5 @@
|
||||||
# 1. 构建镜像(名字直接叫 cradle)
|
# 1. 构建镜像(名字直接叫 cradle)
|
||||||
|
rm -rf apps/blogai/.next
|
||||||
docker build \
|
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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue