Files
docker-deployment/bin/app

4 lines
56 B
Plaintext

DIR=`pwd`
cd /opt/docker/images/$1/
bin/app "$2"
cd $DIR