mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
dev container
This commit is contained in:
parent
5d507e7be7
commit
58a9093464
@ -1,4 +1,9 @@
|
|||||||
{
|
{
|
||||||
"features": {
|
"name": "My Space",
|
||||||
}
|
// 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"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user