uci-docker-caddy/test/test

7 lines
178 B
Plaintext
Executable File

# if no image run ./build first
if docker image inspect testing/caddy >/dev/null 2>&1 ;then
docker-compose ${@:-up}
else
./build -e test -t default -p
docker-compose ${@:-up}
fi