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

8 lines
215 B
JSON

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