hyperf/.devcontainer/devcontainer.json
想打瞌睡 6c5a7eb472 init
2024-06-21 16:56:37 +09:00

8 lines
115 B
JSON

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