Use a postCreateCommand to run bundle install

This commit is contained in:
Brian McManus 2022-06-08 21:11:02 +00:00 committed by GitHub
parent fb212cccd8
commit b367c3ed29

View file

@ -2,6 +2,7 @@
"extensions": [ "extensions": [
"gh-gh-dogfooding.codespaces-zero" "gh-gh-dogfooding.codespaces-zero"
], ],
"postCreateCommand": "bundle install --local",
"codespaces": { "codespaces": {
"zero": { "zero": {
"defaultFile": "config/routes.rb", "defaultFile": "config/routes.rb",