fix docker permissions
This commit is contained in:
parent
15bba74d91
commit
345a4f6a9d
2
build.sh
2
build.sh
@ -36,6 +36,8 @@ build_docker_container() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build_docker() {
|
build_docker() {
|
||||||
|
mkdir -p "$BUILD_DIR"
|
||||||
|
command -v setfacl 1>/dev/null && setfacl -m default:u:$USER:rwx "$BUILD_DIR"
|
||||||
build_docker_container
|
build_docker_container
|
||||||
get_docker_run_flags
|
get_docker_run_flags
|
||||||
local targets=$*
|
local targets=$*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user