Files
docker-deployment/bin/make

5 lines
52 B
Plaintext

DIR=`pwd`
cd /opt/docker/images/$1/
make $2
cd $DIR