Skip to content

Commit 7a2a601

Browse files
authored
Update devcontainer.json
1 parent b17edee commit 7a2a601

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.devcontainer/test-custom-devcontainer/devcontainer.json

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"sissel.shopify-liquid"
1212
],
1313

14+
"hostRequirements": {
15+
"cpus": 8,
16+
"memory": "8gb",
17+
"storage": "32gb"
18+
},
19+
1420
// Use 'forwardPorts' to make a list of ports inside the container available locally.
1521
"forwardPorts": [5000],
1622

0 commit comments

Comments
 (0)