openclassify/.devcontainer/devcontainer.json
2023-06-27 13:59:13 +03:00

7 lines
171 B
JSON

{
"name": "Openclassify",
// Script to run to bootstrap the app when the space is created
"postCreateCommand": "bash install.sh",
"outputCapture": "std"
}