mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-26 06:37:17 +10:00
Merge pull request #4 from github/joshaber/host-requirements
Add host requirements
This commit is contained in:
commit
81712ed44a
1 changed files with 2 additions and 1 deletions
|
|
@ -19,5 +19,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"onCreateCommand": "bundle install --local",
|
"onCreateCommand": "bundle install --local",
|
||||||
"postCreateCommand": ""
|
"postCreateCommand": "",
|
||||||
|
"hostRequirements": {"cpus": 4}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue