From 59674263bbcfe1a0c12f5779efe21b57b0132b35 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 14 Nov 2025 05:52:26 +0100 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a6cd335..32dc65e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,5 @@ "otherPortsAttributes": { "onAutoForward": "ignore" }, - "dockerComposeFile": "codespaces.yml", - "workspaceFolder": "/workspaces/github", - "initializeCommand": "docker system prune --all --force" + "dockerComposeFile": "codespaces.yml" }