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 # make production-build
log_info "使用本地开发镜像镜像构建" 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 \ ./hugo \
--cleanDestinationDir \ --cleanDestinationDir \
--minify \ --minify \
@ -54,7 +54,6 @@ build(){
docker ps -a docker ps -a
docker logs -f tmp docker logs -f tmp
docker inspect tmp docker inspect tmp