chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:08:46 +08:00
commit eb43a218c7
40 changed files with 13094 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "MindsDB",
"build": {
"dockerfile": "../docker/mindsdb.Dockerfile",
"context": ".."
},
"appPort": [47334, 47335],
"postCreateCommand": "pip3 install -r requirements/requirements.txt",
"features": {
"ghcr.io/devcontainers/features/git:1": {}
}
}