Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Riccardo Porreca <[email protected]>
  • Loading branch information
spoltier and riccardoporreca authored Jul 30, 2024
1 parent 8b6ad20 commit 5642adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version-stable-r-development.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ mkdir -p $HOME/.rstudio-config/$R_VER
docker run -d --restart=always \
-p 127.0.0.1:$(echo $R_VER | sed 's/[.]//g')0:8787 \
-e DISABLE_AUTH=true \
-e ROOT=TRUE \
-e ROOT=true \
-e USERID=$UID \
-v $HOME/$SHARED_DIR:/home/rstudio/$SHARED_DIR \
-v $HOME/.rstudio-config/$R_VER:/home/rstudio/.config/rstudio \
Expand Down

0 comments on commit 5642adb

Please sign in to comment.