Wrong ruby version manager

This commit is contained in:
Cesy
2022-12-19 16:10:33 +00:00
parent 85194e8fb5
commit 93ffef0125

View File

@@ -14,7 +14,7 @@
// "forwardPorts": [3000, 5432],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "rvm install 3.1.2 && bundle install && rake db:setup"
"postCreateCommand": "rbenv install 3.1.2 && bundle install && rake db:setup"
// Configure tool-specific properties.
// "customizations": {},