fix: use prisma 6.19.2 to match project version
This commit is contained in:
@@ -21,8 +21,8 @@ WORKDIR /app
|
|||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
# Install prisma CLI globally for migrations
|
# Install prisma CLI globally (same version as project)
|
||||||
RUN npm install -g prisma
|
RUN npm install -g prisma@6.19.2
|
||||||
|
|
||||||
RUN addgroup --system --gid 1001 nodejs
|
RUN addgroup --system --gid 1001 nodejs
|
||||||
RUN adduser --system --uid 1001 nextjs
|
RUN adduser --system --uid 1001 nextjs
|
||||||
|
|||||||
Reference in New Issue
Block a user