Add .dockerignore files and increase Node memory limit
Prevents node_modules/dist from polluting Docker build context. Sets NODE_OPTIONS max-old-space-size=4096 for Vite builds on memory-constrained servers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
node_modules
|
||||
dist
|
||||
.git
|
||||
.gitignore
|
||||
*.md
|
||||
.vscode
|
||||
.env*
|
||||
Reference in New Issue
Block a user