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": [
"gh-gh-dogfooding.codespaces-zero"
],
"postCreateCommand": "bundle install --local",
"codespaces": {
"zero": {
"defaultFile": "config/routes.rb",