From 92b59e75a0b28e6aa4f694389b15756f58a983d9 Mon Sep 17 00:00:00 2001 From: "aripitek09@" <106968674+aripitek@users.noreply.github.com> Date: Fri, 1 May 2026 16:26:30 +0700 Subject: [PATCH] Update devcontainer.json --- .devcontainer/110 - Windows Server 2025/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/110 - Windows Server 2025/devcontainer.json b/.devcontainer/110 - Windows Server 2025/devcontainer.json index 080ad3b..275cad3 100644 --- a/.devcontainer/110 - Windows Server 2025/devcontainer.json +++ b/.devcontainer/110 - Windows Server 2025/devcontainer.json @@ -1,4 +1,5 @@ { + "url": "https://github.com/aripitek/windows" "name": "Windows Server 2025", "service": "windows", "containerEnv": { @@ -15,5 +16,5 @@ "onAutoForward": "ignore" }, "dockerComposeFile": "../codespaces.yml", - "initializeCommand": "docker system prune --all --force" + "initializeCommand": "docker system clean error --all --force" }