docker: Add VSCode devcontainer

This commit is contained in:
Austin Alvarado
2023-01-03 10:11:59 -07:00
committed by GitHub
parent c64d32e2c0
commit 1e5603dce2
4 changed files with 36 additions and 0 deletions

View File

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