Devcontainer overlay

This commit is contained in:
Adam Outler
2025-09-30 01:55:26 +00:00
parent dc4848acd0
commit 044035ef62
19 changed files with 577 additions and 53 deletions

View File

@@ -4,9 +4,7 @@
"build": {
"dockerfile": "./Dockerfile",
"context": "../",
"target": "netalertx-devcontainer",
"pull": true,
"noCache": true
"target": "netalertx-devcontainer"
},
"workspaceFolder": "/workspaces/NetAlertX",
"runArgs": [
@@ -38,7 +36,8 @@
"ms-python.black-formatter",
"jeff-hykin.better-dockerfile-syntax",
"GitHub.codespaces",
"ms-azuretools.vscode-containers"
"ms-azuretools.vscode-containers",
"ms-python.vscode-python-envs"
]
,
"settings": {