Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored Sep 26, 2023
1 parent 9c6e2b2 commit b08141b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
// "image": "ghcr.io/rocker-org/devcontainer/tidyverse:4",
"image": "ghcr.io/boettiger-lab/nasa-tops:latest",
"name": "NASA TOPS Environment",
"build": {
"dockerfile": "Dockerfile"
},
// build image as a github-action and grab instead; faster.
// "build": {
// "dockerfile": "Dockerfile"
//},
"waitFor": "onCreateCommand",
"customizations": {
"codespaces": {
Expand Down Expand Up @@ -40,4 +41,4 @@
"postCreateCommand": "sudo rstudio-server start",
"postAttachCommand": "sudo rstudio-server start",
"remoteUser": "rstudio"
}
}

0 comments on commit b08141b

Please sign in to comment.