adding cols and lines for writingenv docker container

This commit is contained in:
Marvin Steadfast 2018-04-13 10:34:41 +00:00
parent 58c5262e84
commit 51fa0b43b9

View File

@ -122,7 +122,7 @@ newpost:
$(PY) $(BASEDIR)/newpost.py $(PY) $(BASEDIR)/newpost.py
writingenv: writingenv:
docker-compose run --rm --service-ports blog /opt/xonsh/bin/xonsh docker-compose run --rm --service-ports -e COLUMNS=$(shell tput cols) -e LINES=$(shell tput lines) blog /opt/xonsh/bin/xonsh
push: push:
git push origin master git push origin master