3 lines
91 B
Bash
Executable file
3 lines
91 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
exec "${BASH_SOURCE[0]%/*}/deploy-container.sh" --minimal-config "$@"
|