Revert "adding cols and lines for writingenv docker container"
This reverts commit 51fa0b43b9
.
This commit is contained in:
parent
51fa0b43b9
commit
9e8bb0a6aa
2
Makefile
2
Makefile
@ -122,7 +122,7 @@ newpost:
|
||||
$(PY) $(BASEDIR)/newpost.py
|
||||
|
||||
writingenv:
|
||||
docker-compose run --rm --service-ports -e COLUMNS=$(shell tput cols) -e LINES=$(shell tput lines) blog /opt/xonsh/bin/xonsh
|
||||
docker-compose run --rm --service-ports blog /opt/xonsh/bin/xonsh
|
||||
|
||||
push:
|
||||
git push origin master
|
||||
|
Loading…
Reference in New Issue
Block a user