diff --git a/Makefile b/Makefile index c7a883bcc..e0dd5474d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ BOOK_NAME := kubernetes-handbook BOOK_OUTPUT := _book image := jimmysong/gitbook-builder:2019-07-31 -docker := docker run -t -i --sig-proxy=true --rm -v $(shell pwd):/gitbook -w /gitbook -p 4000:4000 $(image) +#docker := docker run -t -i --sig-proxy=true --rm -v $(shell pwd):/gitbook -w /gitbook -p 4000:4000 $(image) +docker := docker run --sig-proxy=true --rm -v $(shell pwd):/gitbook -w /gitbook -p 4000:4000 $(image) .PHONY: build build: