openclassify/.devcontainer/devcontainer.json
2023-06-27 10:56:55 +00:00

6 lines
143 B
JSON

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