From 90e33ee79979c325c45a6ed94c2451cb7850ed72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 2 Dec 2022 15:55:22 +0000 Subject: [PATCH] fixup devcontainer --- .devcontainer/devcontainer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 88be3a520..66590a224 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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'" }