feat: Add devcontainer

This commit is contained in:
Kroese 2025-03-19 09:03:20 +01:00 committed by GitHub
parent 608563d029
commit cf778ac18c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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