Skip to content

Commit 6d2e124

Browse files
committed
fix devcontainer to work with docker
1 parent 8dea6d3 commit 6d2e124

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
// Use -bullseye variants on local arm64/Apple Silicon.
1010
"args": { "VARIANT": "16" }
1111
},
12-
"runArgs": ["--userns=keep-id"],
1312

14-
"containerEnv": { "HOME": "/home/node" },
13+
// "containerEnv": { "HOME": "/home/node" },
1514

1615
// Configure tool-specific properties.
1716
"customizations": {
@@ -32,6 +31,6 @@
3231
"postCreateCommand": "npm install",
3332

3433
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
35-
"remoteUser": "node",
34+
// "remoteUser": "node",
3635
"features": {}
3736
}

0 commit comments

Comments
 (0)