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