Commit Graph
2 Commits
Author SHA1 Message Date
jason.woltjeandClaude Opus 4.6 14162b9213 fix(api): use node_modules prisma binary in entrypoint
npx is unavailable in production image since npm is removed.
Use ./node_modules/.bin/prisma directly instead.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-02-15 00:05:46 -06:00
jason.woltjeandClaude Opus 4.6 bcee4fa601 fix(api): auto-run migrations on container start and fix ESM warning
- Add docker-entrypoint.sh that runs prisma migrate deploy before
  starting the app, ensuring all tables exist on deployment
- Add "type": "module" to package.json to eliminate Node.js ESM
  reparsing warning for eslint.config.js

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-02-14 16:47:57 -06:00