Add building of any custom config.
This commit is contained in:
parent
cf6948cd44
commit
1134bc7a1e
@ -9,6 +9,7 @@ cd $DOCKER_HOME/Config
|
||||
for dir in `ls`; do
|
||||
[ -d $dir ] && cd $dir || continue
|
||||
pwd
|
||||
[ -e Dockerfile ] && docker compose build
|
||||
[ -e docker-compose.yml ] && docker compose up -d
|
||||
cd ..
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user