Update dockerComposeFile path in devcontainer.json

This commit is contained in:
Kroese 2025-10-16 10:04:39 +02:00 committed by GitHub
parent 0b0de7de14
commit 1469fae6a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,5 +20,5 @@
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": ".github/codespaces.yml"
"dockerComposeFile": "codespaces.yml"
}