File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11node_modules
22dist
33.env
4- build
4+ build
5+ mcp /data
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ ADD https://doc-sqlite-db.s3.sa-east-1.amazonaws.com/gloo-edge.db /app/build/glo
7777ADD https://doc-sqlite-db.s3.sa-east-1.amazonaws.com/otel.db /app/build/otel.db
7878ADD https://doc-sqlite-db.s3.sa-east-1.amazonaws.com/cilium.db /app/build/cilium.db
7979ADD https://doc-sqlite-db.s3.sa-east-1.amazonaws.com/ambient.db /app/build/ambient.db
80+ ADD data/*.db /app/build
8081
8182# show cheksum for every db file
8283RUN for file in /app/build/*.db; do echo "Checksum for $file:" ;sha256sum "$file" ;done
Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ Usage:
111111docker build -t sqlite-vec-mcp-server:latest .
112112```
113113
114- This is going to include any ` *.db ` files in the ` /data ` directory of the image.
114+ This is going to include any ` *.db ` files in the ` <src>/mcp/data ` directory in
115+ the final image.
115116
116117### Running with Docker
117118
You can’t perform that action at this time.
0 commit comments