feat: add .dockerignore to exclude build artifacts, dependencies, and sensitive files from Docker image
This commit is contained in:
10
.dockerignore
Normal file
10
.dockerignore
Normal file
@@ -0,0 +1,10 @@
|
||||
target/
|
||||
node_modules/
|
||||
.git/
|
||||
.fastembed_cache/
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
k-notes-frontend/
|
||||
dist/
|
||||
.env
|
||||
Reference in New Issue
Block a user