fix: change permissions of _build
This commit is contained in:
parent
96052d40f0
commit
b9396e150c
1 changed files with 2 additions and 0 deletions
|
@ -17,4 +17,6 @@ if ! grep -q "^[^:]*:[^:]*:$EXT_UID:" /etc/passwd ; then
|
|||
useradd -r -u "$EXT_UID" -g appuser appuser
|
||||
fi
|
||||
|
||||
chown -R "$EXT_UID:$EXT_GID" _build
|
||||
|
||||
exec gosu "$EXT_UID:$EXT_GID" make "$@"
|
||||
|
|
Loading…
Reference in a new issue