vscode: Update devcontainer and build instructions

This commit is contained in:
Austin Alvarado
2023-03-20 14:29:54 -06:00
committed by GitHub
parent b2cfc0ed03
commit 91ada70c7d
3 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +1,8 @@
{
"name": "LLDAP dev",
"build": { "dockerfile": "Dockerfile" },
"forwardPorts": [3890, 17170]
"forwardPorts": [
3890,
17170
]
}