feat: Add devcontainer (#218)

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

View file

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