virtual-dsm/.devcontainer.json
Kroese fad463a439
Some checks are pending
Build / Check (push) Waiting to run
Build / Build (push) Blocked by required conditions
feat: Add devcontainer (#940)
2025-03-19 09:17:48 +01:00

7 lines
104 B
JSON

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