15 lines
227 B
JSON
15 lines
227 B
JSON
{
|
|
"name": "Zola Dev Container",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"forwardPorts": [
|
|
1111
|
|
],
|
|
"portsAttributes": {
|
|
"1111": {
|
|
"label": "Application",
|
|
"onAutoForward": "notify"
|
|
}
|
|
}
|
|
} |