Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored Nov 6, 2023
1 parent 1a86f89 commit e860785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"updateContentCommand": "python3 -m pip install -r requirements.txt",
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "bash .devcontainer/setup.sh",
// "postAttachCommand": "sudo rstudio-server start",
"postAttachCommand": "sudo rstudio-server start",
"remoteUser": "rstudio"
}

0 comments on commit e860785

Please sign in to comment.