@@ -35,6 +35,7 @@ COPY --from=builder /app/node_modules/.prisma ./node_modules/.prisma
|
|||||||
COPY --from=builder /app/node_modules/@prisma ./node_modules/@prisma
|
COPY --from=builder /app/node_modules/@prisma ./node_modules/@prisma
|
||||||
COPY --from=builder /app/node_modules/prisma ./node_modules/prisma
|
COPY --from=builder /app/node_modules/prisma ./node_modules/prisma
|
||||||
COPY --from=builder /app/node_modules/fast-check ./node_modules/fast-check
|
COPY --from=builder /app/node_modules/fast-check ./node_modules/fast-check
|
||||||
|
COPY --from=builder /app/node_modules/pure-rand ./node_modules/pure-rand
|
||||||
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
|
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/.next/static ./.next/static
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user