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

9 lines
303 B
JSON

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