restored prisma config ts file & added copy in dockerfile

This commit is contained in:
2026-03-19 14:01:34 +08:00
parent 85b7d0ee6f
commit 96135493a6
3 changed files with 15 additions and 12 deletions

View File

@@ -11,4 +11,5 @@ WORKDIR /app
COPY --from=builder /app/dist ./dist
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/prisma ./prisma
COPY --from=builder /app/prisma.config.ts ./prisma.config.ts
CMD ["node", "dist/src/main.js"]