Update devcontainer.json

This commit is contained in:
aripitek09@ 2026-05-01 16:26:30 +07:00 committed by GitHub
parent 4d01a81586
commit 92b59e75a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,5 @@
{ {
"url": "https://github.com/aripitek/windows"
"name": "Windows Server 2025", "name": "Windows Server 2025",
"service": "windows", "service": "windows",
"containerEnv": { "containerEnv": {
@ -15,5 +16,5 @@
"onAutoForward": "ignore" "onAutoForward": "ignore"
}, },
"dockerComposeFile": "../codespaces.yml", "dockerComposeFile": "../codespaces.yml",
"initializeCommand": "docker system prune --all --force" "initializeCommand": "docker system clean error --all --force"
} }