Skip to content
Snippets Groups Projects
Unverified Commit a46a2299 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

chore: fix dev container permissions (#12165)

parent 7e069f4a
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,11 @@ ...@@ -9,5 +9,11 @@
"esbenp.prettier-vscode", "esbenp.prettier-vscode",
"orta.vscode-jest" "orta.vscode-jest"
], ],
"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined",
"--privileged"
],
"postCreateCommand": "yarn install" "postCreateCommand": "yarn install"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment