This commit is contained in:
weyu 2025-04-26 19:39:41 +08:00
parent 3b55371164
commit be650805b8
1 changed files with 2 additions and 3 deletions

View File

@ -46,7 +46,7 @@ build(){
# make production-build
log_info "使用本地开发镜像镜像构建"
docker run -itd --rm --name tmp -v `pwd`:/app spiffe.io:latest \
docker run -itd --rm --name tmp -v `pwd`:/app --entrypoint="/bin/bash" spiffe.io:latest -c \
./hugo \
--cleanDestinationDir \
--minify \
@ -54,11 +54,10 @@ build(){
docker ps -a
docker logs -f tmp
docker inspect tmp
debug_tools
}