diff --git a/Dockerfile b/Dockerfile index 8c78f1a..010e83f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ COPY --from=deps /app/node_modules ./node_modules COPY . . ENV NEXT_TELEMETRY_DISABLED 1 +RUN npx prisma generate RUN npm run build FROM node:18-alpine AS runner