Private
Public Access
1
0
Files
Purrse/.dockerignore
T
Catherine Renelle 79821e3e04 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>
2026-02-08 09:53:47 -05:00

12 lines
89 B
Plaintext

**/node_modules
**/dist
**/bin
**/obj
.git
.gitignore
*.md
.vscode
.env
.claude
frontend