mirror of
https://github.com/bspeice/speice.io
synced 2024-11-14 22:18:10 -05:00
14 lines
453 B
JSON
14 lines
453 B
JSON
// 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"
|
|
}
|