Merge pull request #4 from github/joshaber/host-requirements

Add host requirements
This commit is contained in:
Josh Abernathy 2022-11-02 15:36:47 -04:00 committed by GitHub
commit 81712ed44a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,5 +19,6 @@
} }
}, },
"onCreateCommand": "bundle install --local", "onCreateCommand": "bundle install --local",
"postCreateCommand": "" "postCreateCommand": "",
"hostRequirements": {"cpus": 4}
} }