diff --git a/Dockerfile b/Dockerfile index 94946cd..79e42d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ COPY . . # Environment variables must be present at build time for Next.js ENV NEXT_TELEMETRY_DISABLED=1 +RUN npx prisma generate RUN npm run build # 4. Runner