From 721808b05d44586dfd3b69fc132b6c984c68adf1 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Fri, 26 Dec 2014 14:59:02 +0100 Subject: [PATCH] Run Makefile with absolute path --- bin/build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/build b/bin/build index 8c21750..5107be5 100644 --- a/bin/build +++ b/bin/build @@ -1,4 +1 @@ -DIR=`pwd` -cd /opt/docker/images/$1/ -make build -cd $DIR +make -f $DOCKER_HOME/images/$1/Makefile build