Update devcontainer.json

This commit is contained in:
Kroese 2025-11-14 05:52:26 +01:00 committed by GitHub
parent b12a1c78cb
commit 59674263bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,5 @@
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "codespaces.yml",
"workspaceFolder": "/workspaces/github",
"initializeCommand": "docker system prune --all --force"
"dockerComposeFile": "codespaces.yml"
}