Fixed wrong Prisma version in Docker.

This commit is contained in:
Mike Cao 2025-05-09 17:16:24 -07:00
parent 3f1ecf4c1b
commit 97381f300a
3 changed files with 1 additions and 28 deletions

View file

@ -41,7 +41,7 @@ RUN set -x \
&& apk add --no-cache curl
# Script dependencies
RUN pnpm add npm-run-all dotenv prisma@6.1.0
RUN pnpm add npm-run-all dotenv prisma@6.7.0
# Permissions for prisma
RUN chown -R nextjs:nodejs node_modules/.pnpm/