dabuild: create mount directories with correct permissions
docker creates mount points as root when source does not exists instead create them first with UID 1000 which should be the UID of the builder user inside the container.
Please register or sign in to comment