Run Makefile with absolute path

This commit is contained in:
2014-12-26 14:59:02 +01:00
parent 41761f6043
commit 721808b05d

View File

@@ -1,4 +1 @@
DIR=`pwd`
cd /opt/docker/images/$1/
make build
cd $DIR
make -f $DOCKER_HOME/images/$1/Makefile build