0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Added Dev Container

This commit is contained in:
2024-07-09 19:27:35 +00:00
parent 266747bae5
commit 2b3e41a4ab
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"name": "Zola Dev Container",
"build": {
"dockerfile": "Dockerfile"
},
"forwardPorts": [
1111
],
"portsAttributes": {
"1111": {
"label": "Application",
"onAutoForward": "notify"
}
}
}