Skip to content

Commit 5f4b79c

Browse files
authored
fix: exclude skills directories from Docker build context (#61)
Add .agents/, skills/, and skills-lock.json to .dockerignore — not needed at runtime and symlinks can cause issues in Docker.
1 parent 59a9a33 commit 5f4b79c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.dockerignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ out
1818
*.sqlite
1919
*.sqlite3
2020

21-
# Claude Code
21+
# Claude Code / Skills
2222
.claude/
23+
.agents/
24+
skills/
25+
skills-lock.json
2326

2427
# Git
2528
.git

0 commit comments

Comments
 (0)