fixup devcontainer

This commit is contained in:
Saúl Ibarra Corretgé 2022-12-02 15:55:22 +00:00 committed by Saúl Ibarra Corretgé
parent be982ae996
commit 90e33ee799
1 changed files with 7 additions and 1 deletions

View File

@ -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'"
}