File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " react-alternating-timeline" ,
3
3
"build" : {
4
4
"dockerfile" : " Dockerfile" ,
5
- "args" : { "VARIANT" : " 18-bullseye" }
5
+ "args" : {
6
+ "VARIANT" : " 18-bullseye"
7
+ }
6
8
},
7
-
8
9
// Add the IDs of extensions you want installed when the container is created.
9
10
"extensions" : [
10
11
" streetsidesoftware.code-spell-checker" ,
17
18
" styled-components.vscode-styled-components" ,
18
19
" silvenon.mdx"
19
20
],
20
-
21
21
// Use 'forwardPorts' to make a list of ports inside the container available locally.
22
22
// "forwardPorts": [],
23
-
24
23
// 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" ,
27
25
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
28
- // "remoteUser": "node"
26
+ "remoteUser" : " node"
29
27
}
You can’t perform that action at this time.
0 commit comments