chore: add migration deploy line

This commit is contained in:
techpixel 2026-01-20 22:30:12 -05:00
parent ae4b1e8519
commit 38e05cd9cb
No known key found for this signature in database
GPG key ID: 34D6A091A305A398

View file

@ -13,5 +13,6 @@ ENV NODE_ENV=production
COPY --from=deps /app/node_modules ./node_modules
COPY . .
RUN bunx prisma generate
RUN bunx prisma migrate deploy
CMD ["bun", "run", "start"]