From 7287943473c42b7313099736c18c01b6d626757b Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 12 Oct 2016 23:17:09 +0100 Subject: Add ALE to the Vim runtimepath in the Docker image so it can run tests. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b0bbf3ee..5572ce7e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ IMAGE ?= w0rp/ale -DOCKER = docker run -a stderr --rm -v $(PWD):/testplugin -v $(PWD)/test:/home "$(IMAGE)" +DOCKER = docker run -a stderr --rm -v $(PWD):/testplugin -v $(PWD)/test:/home -v ${PWD}:/home/ale "$(IMAGE)" test-setup: docker images -q $(IMAGE) || docker pull $(IMAGE) -- cgit v1.2.3