blob: 080109a0c68efb255f1057314a9c54fa803673b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "Zola Dev Container",
"build": {
"dockerfile": "Dockerfile"
},
"forwardPorts": [
1111
],
"portsAttributes": {
"1111": {
"label": "Application",
"onAutoForward": "notify"
}
}
}
|