Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 918ac7f

Browse files
committed
docker: allow docker users to write repo
1 parent 44327d2 commit 918ac7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/docker/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ fi
7575

7676
WORKDIR=/${PROJECT}
7777

78+
chmod a+w $HOST_WORKDIR
79+
7880
# Run a container with
7981
# - environment variables set (--env)
8082
# - host directory containing source mounted (-v)

0 commit comments

Comments
 (0)