personal-website/.devcontainer/devcontainer.json

9 lines
143 B
JSON
Raw Normal View History

{
"build": {
"context": "../",
2023-06-08 10:29:27 -04:00
"dockerfile": "../Dockerfile",
"target": "dev",
},
"forwardPorts": [8090]
}