Skip to content

Commit

Permalink
workaround bash size
Browse files Browse the repository at this point in the history
for container build externally
  • Loading branch information
AdamHyski authored Apr 16, 2018
1 parent ee0c0ee commit 8ef94c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mage2docker.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ mage2docker () {
if [ ! "$1" ]; then
docker ps
else
docker exec -it -u www-data $1 bash
docker exec -it -e LINES=$(tput lines) -e COLUMNS=$(tput cols) -u www-data $1 bash
fi
;;
esac
Expand Down

0 comments on commit 8ef94c3

Please sign in to comment.