mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
Use a postCreateCommand to run bundle install
This commit is contained in:
parent
fb212cccd8
commit
b367c3ed29
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"extensions": [
|
||||
"gh-gh-dogfooding.codespaces-zero"
|
||||
],
|
||||
"postCreateCommand": "bundle install --local",
|
||||
"codespaces": {
|
||||
"zero": {
|
||||
"defaultFile": "config/routes.rb",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue