generated from templates/base
18 lines
346 B
JSON
18 lines
346 B
JSON
|
{
|
||
|
"name": "DevContainerExample",
|
||
|
|
||
|
"image": "mcr.microsoft.com/devcontainers/base:dev-ubuntu-20.04",
|
||
|
"customizations": {
|
||
|
"vscode": {
|
||
|
"settings": {},
|
||
|
"extensions": [
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"portsAttributes": {
|
||
|
"3000": {
|
||
|
"label": "Web Server",
|
||
|
"onAutoForward": "notify"
|
||
|
}
|
||
|
}
|
||
|
}
|