mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
7 lines
171 B
JSON
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"
|
|
}
|