5 lines
115 B
Text
5 lines
115 B
Text
|
# if no image run ./build first
|
||
|
source ./build $1
|
||
|
[[ $force ]] && shift 1
|
||
|
mkdir -p opt conf
|
||
|
docker-compose ${@:-up}
|