Files
Rendiciones-App/.vscode/tasks.json

15 lines
343 B
JSON

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