🔧 Update configuration files 🔧
All checks were successful
release-tag / release-image (push) Successful in 15m20s

.claude/
rootfs/usr/local/bin/entrypoint.sh
This commit is contained in:
casjay
2025-12-16 15:34:40 -05:00
parent f002e3ef82
commit 1732b44480
2 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"permissions": {
"allow": [
"Bash(cat:*)",
"Bash(docker build:*)",
"Bash(docker run:*)",
"Bash(docker logs:*)",
"Bash(docker exec:*)",
"Bash(docker inspect:*)",
"Bash(docker stop:*)",
"Bash(time docker exec:*)"
]
}
}