Skip to content

Commit 5642adb

Browse files
Apply suggestions from code review
Co-authored-by: Riccardo Porreca <[email protected]>
1 parent 8b6ad20 commit 5642adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version-stable-r-development.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ mkdir -p $HOME/.rstudio-config/$R_VER
123123
docker run -d --restart=always \
124124
-p 127.0.0.1:$(echo $R_VER | sed 's/[.]//g')0:8787 \
125125
-e DISABLE_AUTH=true \
126-
-e ROOT=TRUE \
126+
-e ROOT=true \
127127
-e USERID=$UID \
128128
-v $HOME/$SHARED_DIR:/home/rstudio/$SHARED_DIR \
129129
-v $HOME/.rstudio-config/$R_VER:/home/rstudio/.config/rstudio \

0 commit comments

Comments
 (0)