Skip to content

Commit

Permalink
example/Makefile: use -ti with docker-run
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jul 23, 2018
1 parent e308e09 commit 81e38d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WRITABLE_HOME:=$(shell tmpdir=$$(mktemp -d --dry-run); \
cd $(CURDIR)/test; \
cp -a vimrc *.vader $${tmpdir}/; \
echo $${tmpdir})
DOCKER = docker run -a stderr --rm \
DOCKER = docker run -ti --rm \
-v $(CURDIR):/testplugin \
-v $(WRITABLE_HOME):/home/vimtest \
-v $(CURDIR)/$(PLUGINS):/home/vimtest/plugins "$(IMAGE)"
Expand Down

0 comments on commit 81e38d4

Please sign in to comment.