Devcontainer operational, services all down

This commit is contained in:
Adam Outler
2025-09-25 23:03:55 +00:00
parent dfcc375fba
commit c228d45cea
7 changed files with 328 additions and 308 deletions

2
.vscode/tasks.json vendored
View File

@@ -27,7 +27,7 @@
{
"label": "Re-Run Startup Script",
"type": "shell",
"command": "${workspaceFolder:NetAlertX}/.devcontainer/scripts/setup.sh",
"command": "sudo ${workspaceFolder:NetAlertX}/.devcontainer/scripts/setup.sh",
"presentation": {
"echo": true,
"reveal": "always",