5 lines
90 B
Bash
Executable file
5 lines
90 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
exec docker-compose -f "/opt/$1/docker-compose.yml" "${@:2}"
|