leowuming commited on
Commit
af7c61b
·
verified ·
1 Parent(s): 48a148e

Update .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +18 -15
.dockerignore CHANGED
@@ -1,15 +1,18 @@
1
- # .dockerignore
2
-
3
- node_modules
4
- .git
5
- .github
6
- .vscode
7
- **/dist
8
- **/node_modules
9
- frontend/
10
- hotdir/
11
- storage/
12
- scripts/
13
- README.md
14
- LICENSE
15
- docker-compose.yml
 
 
 
 
1
+ **/server/utils/agents/aibitat/example/**
2
+ **/server/storage/documents/**
3
+ **/server/storage/vector-cache/**
4
+ **/server/storage/*.db
5
+ **/server/storage/lancedb
6
+ **/collector/hotdir/**
7
+ **/collector/outputs/**
8
+ **/node_modules/
9
+ **/dist/
10
+ **/v-env/
11
+ **/__pycache__/
12
+ **/.env
13
+ **/.env.*
14
+ **/bundleinspector.html
15
+ **/tmp/**
16
+ **/.log
17
+ !docker/.env.example
18
+ !frontend/.env.production