Update devcontainer.json

This commit is contained in:
Fatih Alp 2023-06-27 13:59:13 +03:00 committed by GitHub
parent 201d39d645
commit 8ae88e954a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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