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
@@ -28,7 +28,7 @@ describe("workspace tasks config", () => {
title: "Start Docker",
description: "Start the dev stack.",
group: "Docker",
command: "./docker/scripts/docker-compose-dev up -d",
command: "./docker/pi-web-docker --dev start",
confirm: true,
},
],
@@ -42,7 +42,7 @@ describe("workspace tasks config", () => {
title: "Start Docker",
description: "Start the dev stack.",
group: "Docker",
command: "./docker/scripts/docker-compose-dev up -d",
command: "./docker/pi-web-docker --dev start",
confirm: true,
},
],