Skip to content
Snippets Groups Projects
Commit accc1da2 authored by Jean-Karim Heriche's avatar Jean-Karim Heriche
Browse files

Allow access to local files under /g.

parent 9fc49a8d
Branches master
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ input_data_server <- function(input, output, session) {
roots <- NULL
if(is.null(data.dir) || data.dir=="") {
# We're likely not in a container
roots = c(home = home.dir)
roots = c(home = home.dir, g = '/g')
} else {
# We're likely in a container
roots = c(data = data.dir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment