chore(dogfood): add devcontainer for use with envbuilder (#13567)

This commit is contained in:
Cian Johnston
2024-06-13 14:31:49 +01:00
committed by GitHub
parent 0268c7a659
commit 5d3f3c08cd
+9
View File
@@ -0,0 +1,9 @@
{
"name": "Develop Coder on Coder using Envbuilder",
"build": {
"dockerfile": "Dockerfile"
},
"features": {},
"runArgs": ["--cap-add=SYS_PTRACE"]
}