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>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
69601cce3a
commit
4260dfddfd
+9
-7
@@ -1,15 +1,17 @@
|
|||||||
node_modules
|
node_modules
|
||||||
dist
|
|
||||||
.git
|
.git
|
||||||
|
.github
|
||||||
.claude
|
.claude
|
||||||
|
.pnpm-store
|
||||||
*.db
|
*.db
|
||||||
|
*.db-journal
|
||||||
*.db-wal
|
*.db-wal
|
||||||
*.db-shm
|
*.db-shm
|
||||||
.DS_Store
|
data/backups
|
||||||
.env
|
|
||||||
.env.local
|
|
||||||
loop
|
|
||||||
botfights.db
|
|
||||||
server/data
|
|
||||||
frontend/dist
|
frontend/dist
|
||||||
server/dist
|
server/dist
|
||||||
|
loop
|
||||||
|
*.md
|
||||||
|
!pnpm-workspace.yaml
|
||||||
|
.env*
|
||||||
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user