We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5249dde commit 09b859fCopy full SHA for 09b859f
.devcontainer/devcontainer.json
@@ -6,5 +6,6 @@
6
"features": {
7
"ghcr.io/devcontainers-contrib/features/poetry:2": {}
8
},
9
- "postCreateCommand": "make install"
+ "postCreateCommand": "make install",
10
+ "remoteUser": "root"
11
}
0 commit comments