virtual-dsm/.devcontainer.json
Kroese 608563d029
Some checks are pending
Build / Check (push) Waiting to run
Build / Build (push) Blocked by required conditions
feat: Add devcontainer (#939)
2025-03-18 19:25:27 +01:00

7 lines
106 B
JSON

{
"name": "dsm",
"service": "dsm",
"forwardPorts": ["5000"],
"dockerComposeFile": "compose.yml"
}