This commit is contained in:
weyu 2025-04-26 20:09:44 +08:00
parent 793fc7e32f
commit e98619f8bf
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ build(){
npm install npm install
# Pulls in external content # Pulls in external content
pipenv run python pull_external.py sudo pipenv run python pull_external.py
./hugo \ ./hugo \
--cleanDestinationDir \ --cleanDestinationDir \
@ -64,7 +64,7 @@ EOF
log_info "使用本地开发镜像镜像构建" log_info "使用本地开发镜像镜像构建"
docker run -itd --name tmp -v `pwd`:/app:Z --entrypoint="/bin/bash" spiffe.io:latest -c "pipenv run bash cncfstack-build.sh" sudo docker run -itd --name tmp -v `pwd`:/app:Z --entrypoint="/bin/bash" spiffe.io:latest -c "pipenv run bash cncfstack-build.sh"
docker inspect tmp docker inspect tmp