13 lines
303 B
JSON
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": {}
|
|
}
|
|
}
|