prisma
This commit is contained in:
@@ -90,6 +90,8 @@ COPY --from=builder /app/node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/
|
|||||||
COPY --from=builder /app/node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/libquery_engine-debian-openssl-3.0.x.so.node /app/apps/admin/.next/server/
|
COPY --from=builder /app/node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/libquery_engine-debian-openssl-3.0.x.so.node /app/apps/admin/.next/server/
|
||||||
COPY --from=builder /app/node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/schema.prisma /app/apps/admin/.next/server/
|
COPY --from=builder /app/node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/schema.prisma /app/apps/admin/.next/server/
|
||||||
|
|
||||||
|
COPY --from=builder /app/packages/shared/prisma/migrations ./packages/shared/prisma/migrations
|
||||||
|
|
||||||
# Install Prisma CLI globally for runtime migrations
|
# Install Prisma CLI globally for runtime migrations
|
||||||
RUN npm install -g prisma@5.22.0
|
RUN npm install -g prisma@5.22.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user