aboutsummaryrefslogtreecommitdiffhomepage
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index c294c30..3c4e98d 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -1,7 +1,6 @@
{
"name": "Submelon FP",
- "image": "mcr.microsoft.com/devcontainers/typescript-node:18-bullseye",
-
+ "image": "mcr.microsoft.com/devcontainers/typescript-node:22-bookworm",
"customizations": {
"vscode": {
"settings": {
@@ -15,8 +14,11 @@
]
}
},
-
+ "runArgs": [
+ "--userns=keep-id"
+ ],
+ "remoteUser": "node",
+ "containerUser": "node",
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "yarn install"
-
-}
+} \ No newline at end of file