Skip to content

Commit

Permalink
fix: setting remoteUser to root for devcontainers permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Becheler committed Dec 21, 2023
1 parent 42007ec commit 4ffc169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"dockerfile": "Dockerfile-ubuntu"
},
"onCreateCommand": "chmod +x .devcontainer/onCreateCommand.sh && ./.devcontainer/onCreateCommand.sh",
"remoteUser": "root",
// Features to add to the dev container, see https://containers.dev/feature
"features": {},

Expand Down

0 comments on commit 4ffc169

Please sign in to comment.