Multi-stage Docker build (web → server → production). Fastify serves React build in production with SPA fallback. Docker Compose with volume for SQLite persistence. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
89 B
Plaintext
10 lines
89 B
Plaintext
node_modules
|
|
.git
|
|
data
|
|
*.pdf
|
|
*.sqlite
|
|
*.sqlite-journal
|
|
*.sqlite-wal
|
|
server/dist
|
|
web/dist
|