fix8
This commit is contained in:
parent
6ff1c0bc61
commit
13056b9224
|
@ -46,12 +46,17 @@ build(){
|
|||
# make production-build
|
||||
|
||||
log_info "使用本地开发镜像镜像构建"
|
||||
docker run -itd --rm -v `pwd`:/app spiffe.io:latest \
|
||||
docker run -itd --rm --name tmp -v `pwd`:/app spiffe.io:latest \
|
||||
./hugo \
|
||||
--destination ./public \
|
||||
--cleanDestinationDir \
|
||||
--minify \
|
||||
--baseURL https://spiffe.website.cncfstack.com
|
||||
|
||||
docker ps
|
||||
|
||||
docker logs -f tmp
|
||||
|
||||
debug_tools
|
||||
}
|
||||
|
||||
save_return(){
|
||||
|
|
Loading…
Reference in New Issue