feat: Add devcontainer (#940)

This commit is contained in:
Kroese
2025-03-19 09:17:48 +01:00
committed by GitHub
parent 608563d029
commit fad463a439

View File

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