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
@@ -262,7 +262,7 @@ After editing, check the manifest endpoint and browser-console failure cases.</c
"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",