mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
Use universally available hostRequirements
This commit is contained in:
parent
dbcc38270b
commit
e8130fe9bc
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
|||
"onCreateCommand": "bundle install --local",
|
||||
"postCreateCommand": "",
|
||||
"hostRequirements": {
|
||||
"cpus": 8,
|
||||
"memory": "16gb",
|
||||
"cpus": 4,
|
||||
"memory": "8gb",
|
||||
"storage": "32gb"
|
||||
},
|
||||
"codespaces": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue