Files
2026-07-13 12:08:16 +08:00

13 lines
303 B
JSON

{
"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": {}
}
}