feat: unify Docker entrypoint

This commit is contained in:
Pi Web Agent
2026-06-29 11:27:47 +00:00
parent 4a1136eac2
commit bd28c93cfe
35 changed files with 2316 additions and 118 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ Configure workspace tasks in `.pi-web/tasks.json`:
"title": "Start Docker",
"group": "Docker",
"description": "Start the local Docker Compose environment.",
"command": "./docker/scripts/docker-compose-dev up -d"
"command": "./docker/pi-web-docker --dev start"
},
{
"id": "db.reset",