chore: add .dockerignore to exclude node_modules from build context

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
kcar 2026-05-26 02:03:17 +01:00
parent 9d78f06c97
commit 138dfb1531

9
.dockerignore Normal file
View File

@ -0,0 +1,9 @@
node_modules
dist
.git
.gitignore
*.md
.env.local
.env.*.local
.cursor*
*.log