speice.io/.devcontainer/devcontainer.json

14 lines
453 B
JSON
Raw Normal View History

2022-11-20 16:18:33 -05:00
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.245.0/containers/ruby
{
"name": "Ruby",
"build": {
"dockerfile": "Dockerfile"
},
"runArgs": ["--userns=keep-id"],
"remoteUser": "vscode",
"containerUser": "vscode",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/${localWorkspaceFolderBasename},type=bind,Z"
}