Update devcontainer.json

This commit is contained in:
Josh Abernathy 2022-09-07 15:39:14 -04:00 committed by GitHub
parent dd88a3ac24
commit 00ba3ba078
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,18 +3,5 @@
"rebornix.Ruby"
],
"onCreateCommand": "bundle install --local",
"postCreateCommand": "",
"hostRequirements": {
"cpus": 4,
"memory": "8gb",
"storage": "32gb"
},
"codespaces": {
"zero": {
"defaultFile": "config/routes.rb",
"startCommand": "bin/rails s",
"previewPort": 3000,
"previewDelay": 6000
}
}
"postCreateCommand": ""
}