Archived
feat: unify Docker entrypoint
This commit is contained in:
@@ -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,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user