expand initial filesystem

This commit is contained in:
Adam Outler
2025-09-26 11:56:27 +00:00
parent c228d45cea
commit 798d2462d6
25 changed files with 343 additions and 146 deletions

View File

@@ -2,9 +2,9 @@
"name": "NetAlertX DevContainer",
"remoteUser": "netalertx",
"build": {
"dockerfile": "../Dockerfile",
"context": "..",
"target": "runner"
"dockerfile": "./Dockerfile",
"context": "../",
"target": "netalertx-devcontainer"
},
"workspaceFolder": "/workspaces/NetAlertX",
"runArgs": [
@@ -20,7 +20,7 @@
"postStartCommand": "sudo ${containerWorkspaceFolder}/.devcontainer/scripts/setup.sh",
"postStartCommand": "${containerWorkspaceFolder}/.devcontainer/scripts/setup.sh",
"customizations": {
"vscode": {