Claenup docker util scripts

This commit is contained in:
Jake Howard
2020-05-23 18:25:00 +01:00
parent ceca641e2f
commit d2269de4ad
9 changed files with 23 additions and 41 deletions

View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e
exec docker-compose -f "/opt/$1/docker-compose.yml" "${@:2}"