Browse Source

fixup devcontainer

factor2
Saúl Ibarra Corretgé 2 years ago
parent
commit
90e33ee799
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      .devcontainer/devcontainer.json

+ 7
- 1
.devcontainer/devcontainer.json View File

@@ -5,5 +5,11 @@
5 5
     "ghcr.io/devcontainers/features/node:1": {
6 6
       "version": "16"
7 7
     }
8
-  }
8
+  },
9
+  "hostRequirements": {
10
+    "cpus": 4,
11
+    "memory": "8gb",
12
+    "storage": "32gb" 
13
+  },
14
+  "postCreateCommand": "bash -i -c 'nvm use && npm install'"
9 15
 }

Loading…
Cancel
Save