mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-26 06:37:17 +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",
|
"onCreateCommand": "bundle install --local",
|
||||||
"postCreateCommand": "",
|
"postCreateCommand": "",
|
||||||
"hostRequirements": {
|
"hostRequirements": {
|
||||||
"cpus": 8,
|
"cpus": 4,
|
||||||
"memory": "16gb",
|
"memory": "8gb",
|
||||||
"storage": "32gb"
|
"storage": "32gb"
|
||||||
},
|
},
|
||||||
"codespaces": {
|
"codespaces": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue