mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
Add hostRequirements
This commit is contained in:
parent
efbb335657
commit
0030ef2d53
1 changed files with 5 additions and 0 deletions
|
|
@ -4,6 +4,11 @@
|
|||
"rebornix.Ruby"
|
||||
],
|
||||
"onCreateCommand": "bundle install --local",
|
||||
"hostRequirements": {
|
||||
"cpus": 8,
|
||||
"memory": "16gb",
|
||||
"storage": "32gb"
|
||||
},
|
||||
"codespaces": {
|
||||
"zero": {
|
||||
"defaultFile": "config/routes.rb",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue