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

Commit 7451220

Browse files
author
Sarah Jelinek
authored
Merge pull request #43 from GBuella/travis_docker_userid
docker: chmod repo
2 parents 44327d2 + 918ac7f commit 7451220

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)