Skip to content

Commit ed74a70

Browse files
run docker container as non root user
1 parent cca8c27 commit ed74a70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ build-docker|docker-build)
166166
;;
167167

168168
docker)
169-
docker run --rm -it -v "$PWD":/willow -e TERM "$DOCKER_IMAGE" /bin/bash
169+
docker run --user build --rm -it -v "$PWD":/willow -e TERM "$DOCKER_IMAGE" /bin/bash
170170
;;
171171

172172
flash)

0 commit comments

Comments
 (0)