Files
hyperf_test/.devcontainer/devcontainer.json
ctexthuang 595d3d3276
Some checks are pending
Build Docker / build (push) Waiting to run
first commit
2025-09-04 19:56:35 +08:00

8 lines
115 B
JSON

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