added prisma schema to dockerfile prod

This commit is contained in:
ismail 2026-02-02 17:27:20 +01:00
parent 26789c579f
commit fc8fbff683
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ RUN chown nextjs:nodejs .next
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
COPY --from=builder --chown=nextjs:nodejs /app/prisma ./prisma
USER nextjs
EXPOSE 3000