There was an error while loading. Please reload this page.
1 parent e37e8ea commit e98517aCopy full SHA for e98517a
1 file changed
.devcontainer/devcontainer.json
@@ -8,5 +8,8 @@
8
"otherPortsAttributes": {
9
"onAutoForward": "ignore"
10
},
11
+ "onCreateCommand": [
12
+ "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y"
13
+ ],
14
"postAttachCommand": "./lila-docker start"
15
}
0 commit comments