From 7c800a69fb66c4378a02c841b49d49523884d564 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 6 Jan 2025 17:44:31 +0000 Subject: [PATCH] Fix paths again --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 67028166..8db14e46 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ // Update the 'dockerComposeFile' list if you have more compose files or use different names. // The .devcontainer/docker-compose.yml file contains any overrides you need/want to make. "dockerComposeFile": [ - ".devcontainer/docker-compose.yml" + "../.devcontainer/docker-compose.yml" ], // The 'service' property is the name of the service for the container that VS Code should