From 342fb9c4216569ccdf959161409ea66f2bf7677a Mon Sep 17 00:00:00 2001 From: dawnsystem Date: Sun, 16 Nov 2025 02:05:14 +0100 Subject: [PATCH] Enhance Bash settings in settings.local.json by adding commands for Docker operations, improving the development workflow for container management. This update allows developers to execute Docker Compose and build commands directly from the command line. --- .claude/settings.local.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index acdd142a5..c96c18376 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -5,7 +5,9 @@ "Bash(dir:*)", "Bash(npm run lint)", "Bash(pnpm run lint:*)", - "Bash(git commit:*)" + "Bash(git commit:*)", + "Bash(docker-compose:*)", + "Bash(docker build:*)" ], "deny": [], "ask": []