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