feat: Improve Github Codespaces configuration

This commit is contained in:
Kroese 2025-10-19 01:19:06 +02:00 committed by GitHub
parent b998cd4c7f
commit e8f2f06f2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,8 @@
} }
}, },
"otherPortsAttributes": { "otherPortsAttributes": {
"onAutoForward": "silent" "onAutoForward": "ignore"
}, },
"dockerComposeFile": "codespaces.yml" "dockerComposeFile": "codespaces.yml",
"initializeCommand": "docker system prune --all --force"
} }