This repository has been archived on 2026-05-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
app/apps
Groom Book CEO ab5b9d645b Fix Dockerfile layer order: copy dist before pnpm install
pnpm install --prod creates workspace symlinks (node_modules/@groombook/db
→ packages/db/), but dist/ files didn't exist yet, causing Node.js to fall
back to resolving .ts source files at runtime (ERR_UNKNOWN_FILE_EXTENSION).

Copy compiled dist files and updated package.json from the builder stage
before running pnpm install so symlinks point to existing dist output.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-18 03:38:48 +00:00
..
2026-03-18 01:55:02 +00:00