Skip to content

Commit

Permalink
fix: revert root user
Browse files Browse the repository at this point in the history
  • Loading branch information
shibbas committed Feb 5, 2024
1 parent f78c185 commit 594cf23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
// Set minimal host requirements for the container.
"hostRequirements": {
"memory": "8gb"
},
}

// More info: https://aka.ms/dev-containers-non-root.
"remoteUser": "root"
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}

0 comments on commit 594cf23

Please sign in to comment.