Files
docker-deployment/bin/build

5 lines
55 B
Plaintext

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