Files
botfights/.dockerignore
T
DorianandClaude Opus 4.6 4260dfddfd test: Docker build and PWA installation verified
- Verified multi-stage Dockerfile builds successfully (pnpm build passes)
- Improved .dockerignore for smaller build context
- Graceful shutdown wired: SIGTERM/SIGINT drain active fights (10s timeout)
- Migrations + mock bot seeding run on startup automatically
- PWA: manifest, service worker, icons, offline caching all configured
- Workbox caches app shell + fonts + TTS model, excludes API routes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 00:38:31 +00:00

18 lines
168 B
Plaintext

node_modules
.git
.github
.claude
.pnpm-store
*.db
*.db-journal
*.db-wal
*.db-shm
data/backups
frontend/dist
server/dist
loop
*.md
!pnpm-workspace.yaml
.env*
.DS_Store