From a35de50a74da4d620067303d797511447d571900 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 01:09:13 +0200 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d40edff..0958683 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,7 +12,8 @@ } }, "otherPortsAttributes": { - "onAutoForward": "silent" + "onAutoForward": "ignore" }, - "dockerComposeFile": "codespaces.yml" + "dockerComposeFile": "codespaces.yml", + "initializeCommand": "docker system prune --all --force" }