{ "version": "2.0.0", "tasks": [ { "label": "build-rendiciones", "type": "shell", "command": "docker build -t rendiciones:latest .", "group": "build", "presentation": { "reveal": "always", "panel": "new" } } ] }