Removes -ti flag for docker builds of docs

This commit is contained in:
Sasha Klizhentas 2020-12-08 11:40:11 -08:00 committed by Alexander Klizhentas
parent c94e5042c7
commit 2e89009606

View file

@ -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) \