Skip to content

Commit 19dabca

Browse files
committed
chore: run rootless
1 parent 1d387f5 commit 19dabca

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"name": "react-alternating-timeline",
33
"build": {
44
"dockerfile": "Dockerfile",
5-
"args": { "VARIANT": "18-bullseye" }
5+
"args": {
6+
"VARIANT": "18-bullseye"
7+
}
68
},
7-
89
// Add the IDs of extensions you want installed when the container is created.
910
"extensions": [
1011
"streetsidesoftware.code-spell-checker",
@@ -17,13 +18,10 @@
1718
"styled-components.vscode-styled-components",
1819
"silvenon.mdx"
1920
],
20-
2121
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2222
// "forwardPorts": [],
23-
2423
// Use 'postCreateCommand' to run commands after the container is created.
25-
"postCreateCommand": "npm install --legacy-peer-deps"
26-
24+
"postCreateCommand": "npm install --legacy-peer-deps",
2725
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
28-
// "remoteUser": "node"
26+
"remoteUser": "node"
2927
}

0 commit comments

Comments
 (0)