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 Nov 4, 2017
1 parent f4da88a commit 1d5132e
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 1d5132e

Please sign in to comment.