From 229e7c7b0ce5bcb2140f512b27e6c9f4ab3933ea Mon Sep 17 00:00:00 2001 From: Andrew Maguire Date: Sun, 1 Jan 2023 22:23:38 +0000 Subject: [PATCH] try install docker-compose-plugin --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 203b6add..22845363 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +1,5 @@ { + "initializeCommand": "apt-get update -y && apt install docker-compose -y && apt install docker-compose-plugin -y", "dockerComposeFile": "../docker-compose.yaml", "forwardPorts": [3000] } \ No newline at end of file