Commit Graph
3 Commits
Author SHA1 Message Date
Leon SerfatyandClaude Opus 4.8 899cacb203 Fix Docker build: install devDeps (vite/tsx) and use Node 22
npm ci ran with NODE_ENV=production (Coolify build arg) which skipped devDeps,
so vite was missing. Force --include=dev. Bump base image to node:22.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 02:50:38 -04:00
Leon SerfatyandClaude Opus 4.8 2be881a3ed Fix Docker build: copy .npmrc + use --legacy-peer-deps for npm ci
vite-plugin-pwa peer-depends on vite <=5 but project uses vite 7 (works fine);
npm ci needs legacy-peer-deps which lives in .npmrc (now copied before install).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 02:48:34 -04:00
Leon SerfatyandClaude Opus 4.8 fd72540b6a Production deploy setup + finish AppForge rebrand
- Backend now serves the built frontend (dist) + SPA fallback for single-service deploy
- Schema applied idempotently on boot (ensureSchema) + working db:push script
- Add Dockerfile + .dockerignore + start script
- Footer credit removed; default app name -> AppForge; docs/package.json de-attributed

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 02:40:49 -04:00