Files
agentlens/Dockerfile
Vectry b21d8fe52c
Some checks failed
Deploy AgentLens / deploy (push) Failing after 9s
fix: add lightweight migrate Dockerfile target to avoid tsup build failure in CI
The migrate service only needs Prisma CLI to run 'prisma db push'. Previously
it used the 'builder' target which runs 'npx turbo build' (including sdk-ts
needing tsup), causing failures in fresh CI builds over TCP where Docker cache
is unavailable. New 'migrate' target copies only node_modules and prisma schema.
2026-02-10 23:56:09 +00:00

1.2 KiB