From 529f7daa5306a3d6022f1dc964077c0b2230bd25 Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:23:43 -0400 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c5a647b..e701f5d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,7 +14,7 @@ "otherPortsAttributes": { "onAutoForward": "ignore" }, - "dockerComposeFile": "../codespaces.yml", + "dockerComposeFile": "codespaces.yml", "workspaceFolder": "/workspaces/windows", "initializeCommand": "docker system prune --all --force" }