3 lines
112 B
Bash
Executable File
3 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
docker-compose -f toolchain/docker-compose.yml run --rm -u $(id -u):$(id -g) make make "$@" |