adding cols and lines for writingenv docker container
This commit is contained in:
parent
58c5262e84
commit
51fa0b43b9
2
Makefile
2
Makefile
@ -122,7 +122,7 @@ newpost:
|
||||
$(PY) $(BASEDIR)/newpost.py
|
||||
|
||||
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:
|
||||
git push origin master
|
||||
|
Loading…
Reference in New Issue
Block a user