personal-website/.devcontainer/devcontainer.json

8 lines
117 B
JSON

{
"build": {
"context": "../",
"dockerfile": "../Dockerfile"
},
"forwardPorts": [8090]
}