🔧 Update local settings and Dockerfile 🔧

- Adjusted .claude/settings.local.json with updated local configuration
- Modified Dockerfile to refine build steps and image setup

.claude/settings.local.json
Dockerfile
This commit is contained in:
2026-05-06 06:48:10 -04:00
parent 9a6b6af611
commit 4f6edd14f4
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
"Read(//etc/docker/**)",
"Bash(python3 -c 'import json; json.load\\(open\\(\"/etc/docker/daemon.json\"\\)\\); print\\(\"OK\"\\)')",
"Bash(python3 -m json.tool)",
"Read(//root/.local/log/buildx/docker.io/casjaysdevdocker/bind/**)"
"Read(//root/.local/log/buildx/docker.io/casjaysdevdocker/bind/**)",
"Bash(bash /root/.config/myscripts/buildx/scripts/casjaysdevdocker/bind-latest.sh)"
]
}
}