Add host requirements

This commit is contained in:
Josh Abernathy 2022-11-02 15:36:31 -04:00 committed by GitHub
parent ec9db22845
commit 588bd722ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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