fixup devcontainer
This commit is contained in:
parent
be982ae996
commit
90e33ee799
|
@ -5,5 +5,11 @@
|
|||
"ghcr.io/devcontainers/features/node:1": {
|
||||
"version": "16"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hostRequirements": {
|
||||
"cpus": 4,
|
||||
"memory": "8gb",
|
||||
"storage": "32gb"
|
||||
},
|
||||
"postCreateCommand": "bash -i -c 'nvm use && npm install'"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue