fix(docker): proper root dockerignore symlink path (#940)

* fix(docker): proper root dockerignore symlink path

* refactor(docker): mutualized dockerignore
This commit is contained in:
Corentin Thomasset 2026-03-04 23:06:49 +01:00 committed by GitHub
parent 87a94ab567
commit 305921e779
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 46 additions and 51 deletions

View file

@ -1 +0,0 @@
packages/docker/.dockerignore

45
.dockerignore Normal file
View file

@ -0,0 +1,45 @@
.git
node_modules
.pnp
.pnp.*
*.log
*.local
.dockerignore
.env
**/.env
Dockerfile
fly.toml
.wrangler
coverage
cache
.zed
*.vars
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite-shm
*.sqlite-wal
.output
.data
.nuxt
.nitro
.cache
dist
dist-app
dist-node
dist-cloudflare
local-documents
ingestion
.cursorrules
*.traineddata
*.md
.eslintcache
.claude
.opencode
AGENTS.md

View file

@ -1,19 +0,0 @@
/.git
/node_modules
.dockerignore
.env
Dockerfile
fly.toml
*.vars
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite-shm
*.sqlite-wal
local-documents
ingestion
.cursorrules
*.traineddata
*.md

View file

@ -0,0 +1 @@
../../.dockerignore

View file

@ -1,31 +0,0 @@
node_modules
.pnp
.pnp.*
*.log
dist
*.local
.git
db.sqlite
local-documents
.env
**/.env
/.git
/node_modules
.dockerignore
.env
Dockerfile
fly.toml
*.vars
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite-shm
*.sqlite-wal
local-documents
ingestion
.cursorrules
*.traineddata
*.md