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