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