compose + colors

This commit is contained in:
2026-03-19 23:51:01 -03:00
parent e430c732bd
commit a043f8e98c
8 changed files with 38 additions and 14 deletions

2
.vscode/tasks.json vendored
View File

@@ -4,7 +4,7 @@
{
"label": "build-rendiciones",
"type": "shell",
"command": "docker build -t rendiciones:latest .",
"command": "docker build -t rendiciones:latest . && docker compose up -d",
"group": "build",
"presentation": {
"reveal": "always",