added prisma schema to dockerfile prod
This commit is contained in:
parent
26789c579f
commit
fc8fbff683
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue