chore: add hostRequirements in devcontainer

This commit is contained in:
Ali BARIN
2023-01-30 21:34:59 +00:00
parent 146f0604c3
commit 1118d025bf

View File

@@ -21,6 +21,12 @@
}
},
"hostRequirements": {
"cpus": 4,
"memory": "8gb",
"storage": "32gb"
},
"portsAttributes": {
"3000": {
"label": "Backend",