diff --git a/Dockerfile b/Dockerfile index bfcd01e..d72e31b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,8 +21,8 @@ WORKDIR /app ENV NODE_ENV=production -# Install prisma CLI globally for migrations -RUN npm install -g prisma +# Install prisma CLI globally (same version as project) +RUN npm install -g prisma@6.19.2 RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs