🔧 Update configuration files 🔧

.claude/
Dockerfile
.env.scripts
rootfs/tmp/etc/docker/daemon.json
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/init.d/05-dockerd.sh
This commit is contained in:
casjay
2025-11-29 15:48:20 -05:00
parent a46ba76ca9
commit 63d18bb750
6 changed files with 107 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(tree:*)"
],
"deny": [],
"ask": []
}
}