This commit is contained in:
Fatih Alp 2023-06-27 10:56:55 +00:00
parent 8f735c046b
commit 201d39d645

View File

@ -1,7 +1,5 @@
{ {
"name": "Openclassify", "name": "Openclassify",
// List of ports that you want to preview
"forwardPorts": [80],
// Script to run to bootstrap the app when the space is created // Script to run to bootstrap the app when the space is created
"postCreateCommand": "bash install.sh" "postCreateCommand": "bash install.sh"
} }