Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
need root user rights
  • Loading branch information
patlecat authored Dec 22, 2024
1 parent 60b1b52 commit 70f2988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "sudo bash ./.devcontainer/startup_script.sh"
"postCreateCommand": "sudo bash ./.devcontainer/startup_script.sh",

// Configure tool-specific properties.
// "customizations": {},

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

0 comments on commit 70f2988

Please sign in to comment.