feat: Add devcontainer (#213)

This commit is contained in:
Kroese 2025-03-18 11:20:37 +01:00 committed by GitHub
parent 3b9e436c3d
commit e75dceb3b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
.devcontainer.json Normal file
View file

@ -0,0 +1,6 @@
{
"name": "qemu",
"service": "qemu",
"forwardPorts": ["8006"],
"dockerComposeFile": "compose.yml"
}