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