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 b345885 commit 6dfa8caCopy full SHA for 6dfa8ca
.devcontainer/devcontainer.json
@@ -10,7 +10,7 @@
10
},
11
12
// Set *default* container specific settings.json values on container create.
13
- "settings": {
+ "settings": {
14
"terminal.integrated.shell.linux": "/bin/bash",
15
"cSpell.language": ",en"
16
@@ -34,8 +34,8 @@
34
"forwardPorts": [4000],
35
36
// Use 'postCreateCommand' to run commands after the container is created.
37
- "postCreateCommand": "npm ci && npm run build",
38
-
+ "postCreateCommand": "git lfs pull && npm ci",
+
39
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
40
"remoteUser": "node"
41
0 commit comments