feat: Add devcontainer (#939)
Some checks are pending
Build / Check (push) Waiting to run
Build / Build (push) Blocked by required conditions

This commit is contained in:
Kroese
2025-03-18 19:25:27 +01:00
committed by GitHub
parent 5fcd22b09f
commit 608563d029
2 changed files with 18 additions and 3 deletions

6
.devcontainer.json Normal file
View File

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