We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0404087 commit 8adec23Copy full SHA for 8adec23
1 file changed
scripts/dev_cli.sh
@@ -268,6 +268,7 @@ cmd_build() {
268
269
$DOCKER_RUNTIME run \
270
--workdir "$CTR_RHF_ROOT_DIR" \
271
+ --user "$(id -u):$(id -g)" \
272
--rm \
273
--volume $exported_device \
274
--volume "$RHF_ROOT_DIR:$CTR_RHF_ROOT_DIR" $exported_volumes \
0 commit comments