mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-26 06:37:17 +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": [
|
"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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue