5 lines
91 B
Plaintext
5 lines
91 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
set -eo pipefail
|
||
|
|
||
|
exec /opt/python2/ansible-deps/bin/docker-compose "$@"
|