Skip to content

Commit

Permalink
chore: fix dev container permissions (#12165)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Oct 14, 2021
1 parent 7e069f4 commit a46a229
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .devcontainer/devcontainer.json
Expand Up @@ -9,5 +9,11 @@
"esbenp.prettier-vscode",
"orta.vscode-jest"
],
"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined",
"--privileged"
],
"postCreateCommand": "yarn install"
}

0 comments on commit a46a229

Please sign in to comment.