Skip to content

Commit

Permalink
Merge pull request #20 from MHenderson/MHenderson-patch-1
Browse files Browse the repository at this point in the history
M henderson patch 1
  • Loading branch information
MHenderson committed Jul 2, 2023
2 parents bc4b5e8 + 949fd9c commit c13935d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM ghcr.io/rocker-org/devcontainer/geospatial:4.2
18 changes: 18 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "R Data Science Environment",
"build": {
"dockerfile": "Dockerfile"
},

"forwardPorts": [8787],
"portsAttributes": {
"8787": {
"label": "Rstudio",
"requireLocalPort": true,
"onAutoForward": "ignore"
}
},

"postAttachCommand": "sudo rstudio-server start"

}

0 comments on commit c13935d

Please sign in to comment.