4 lines
73 B
Bash
Executable File
4 lines
73 B
Bash
Executable File
if [[ $1 == *"docker-compose"* ]]; then
|
|
docker compose -f "$1" up
|
|
fi
|