From a07600705390f7742b44a7483edcbbab89197b00 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 6 Sep 2017 18:48:41 +0200 Subject: Fix docker-build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 47d7d96..195ef82 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ dist: - docker run -v /tar-files:. -e COPYTO=/tar-files catlfish-build + docker run -it --rm -v $(PWD):/dist catlfish-build catlfish-build: docker build --no-cache --rm -t $@:latest $@ -- cgit v1.1