mirror of
https://github.com/instructkr/claude-code.git
synced 2026-05-27 16:06:44 +00:00
build: docker compose + dockerignore
Adds docker-compose.yml with Qdrant and RAG service, plus .dockerignore files.
This commit is contained in:
17
.dockerignore
Normal file
17
.dockerignore
Normal file
@@ -0,0 +1,17 @@
|
||||
# Keep docker build context small (Windows-friendly).
|
||||
.git
|
||||
.github
|
||||
**/target
|
||||
**/.claw-rag
|
||||
**/.claw
|
||||
**/.claude
|
||||
**/.cursor
|
||||
**/node_modules
|
||||
**/dist
|
||||
**/build
|
||||
**/*.log
|
||||
**/*.tmp
|
||||
**/*.sqlite
|
||||
**/*.sqlite-wal
|
||||
**/*.sqlite-shm
|
||||
**/.DS_Store
|
||||
Reference in New Issue
Block a user