Chore : run docker compose up on startup

This commit is contained in:
2025-01-13 18:43:09 +01:00
parent 6bb83a3d5c
commit a32faaee08
+11
View File
@@ -0,0 +1,11 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "echo",
"type": "shell",
"command": "docker compose up -d",
"runOptions": {"runOn": "folderOpen"},
}
]
}