Set container parameters

This commit is contained in:
Adam Outler
2025-10-12 15:05:20 -04:00
parent be73e3a7f5
commit 1be91559d2
16 changed files with 301 additions and 182 deletions

2
.vscode/tasks.json vendored
View File

@@ -24,7 +24,7 @@
{
"label": "[Any] Docker system and build Prune",
"type": "shell",
"command": "docker system prune -af && docker builder prune -af",
"command": ".devcontainer/scripts/confirm-docker-prune.sh",
"presentation": {
"echo": true,
"reveal": "always",