18 lines
253 B
JSON
18 lines
253 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Rebuild Stockroom Docker app",
|
|
"type": "shell",
|
|
"command": "docker",
|
|
"args": [
|
|
"compose",
|
|
"up",
|
|
"--build",
|
|
"-d"
|
|
],
|
|
"isBackground": false,
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
} |