{ "image": "mcr.microsoft.com/devcontainers/universal:2", "hostRequirements": { "cpus": 4 }, "waitFor": "onCreateCommand", "updateContentCommand": "bundle install --local", "postCreateCommand": "", "postAttachCommand": { "server": "rails server" }, "customizations": { "codespaces": { "openFiles": [ "app/views/hello/index.html.erb" ] }, "vscode": { "extensions": [ "rebornix.Ruby" ] } }, "portsAttributes": { "3000": { "label": "Application", "onAutoForward": "openPreview" } }, "forwardPorts": [3000] }