first commit
Some checks are pending
Build Docker / build (push) Waiting to run

This commit is contained in:
2025-09-04 19:56:35 +08:00
commit 595d3d3276
54 changed files with 11946 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"build": {
"context": "..",
"dockerfile": "./Dockerfile"
},
"forwardPorts": [9501]
}