diff --git a/build.assets/Makefile b/build.assets/Makefile index 0126586e97f..e41fdb3d1f9 100644 --- a/build.assets/Makefile +++ b/build.assets/Makefile @@ -173,7 +173,7 @@ lint: buildbox # .PHONY:docs docs: docsbox - docker run --rm=true -ti $(NOROOT) \ + docker run --rm=true $(NOROOT) \ -v $$(pwd)/..:$(DOCSDIR) \ -v /tmp:/tmp \ -w $(DOCSDIR) \