feat: Add devcontainer

This commit is contained in:
Kroese 2025-03-19 08:56:14 +01:00 committed by GitHub
parent e0a5657ad5
commit 4fa4bac9f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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