feat: Add devcontainer

This commit is contained in:
Kroese 2025-03-18 11:17:03 +01:00 committed by GitHub
parent d3358f7345
commit e7c8470936
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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