We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb004e commit 92217c8Copy full SHA for 92217c8
.devcontainer/devcontainer.json
@@ -38,5 +38,5 @@
38
"DOCKER": "true"
39
},
40
41
- "postCreateCommand": ".devcontainer/post-create.sh"
+ "postCreateCommand": "bash -i .devcontainer/post-create.sh"
42
}
.devcontainer/post-create.sh
@@ -11,4 +11,8 @@ if [ "$RUBY_VERSION" != "3.2.2" ]; then
11
echo "Ruby $RUBY_VERSION installed"
12
fi
13
14
+nvm install node
15
+rbenv init bash
16
+rbenv init zsh
17
+
18
bin/setup
0 commit comments