Files
hyperf-explore/.devcontainer/devcontainer.json
yinxiaolong 81c16c3ff7
Some checks failed
Build Docker / build (push) Has been cancelled
init
2026-06-18 10:39:38 +08:00

8 lines
115 B
JSON

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