add write to all files after docker run
This commit is contained in:
parent
848dc5e205
commit
7d8637b5bb
1 changed files with 1 additions and 1 deletions
|
@ -29,5 +29,5 @@ docker run --rm \
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-v $DOCKER_HOST_SHARE_DIR:/opt/code \
|
-v $DOCKER_HOST_SHARE_DIR:/opt/code \
|
||||||
-e DOTNET_BUILD_VERSION=$DOTNET_BUILD_VERSION \
|
-e DOTNET_BUILD_VERSION=$DOTNET_BUILD_VERSION \
|
||||||
$DOTNET_BUILD_CONTAINER_TAG chmod a+r /opt/code
|
$DOTNET_BUILD_CONTAINER_TAG chmod a+rw /opt/code
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue