mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
fixup devcontainer
This commit is contained in:
committed by
Saúl Ibarra Corretgé
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'"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user