hyperf/.devcontainer/devcontainer.json

8 lines
115 B
JSON
Raw Normal View History

2024-06-21 15:56:37 +08:00
{
"build": {
"context": "..",
"dockerfile": "./Dockerfile"
},
"forwardPorts": [9501]
}