feat: Add devcontainer

This commit is contained in:
Kroese 2025-03-18 11:20:24 +01:00 committed by GitHub
parent 3b9e436c3d
commit 625cf58446
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"
}