|
@@ -23,6 +23,7 @@ FROM base AS builder
|
|
|
WORKDIR /app
|
|
WORKDIR /app
|
|
|
COPY --from=deps /app/node_modules ./node_modules
|
|
COPY --from=deps /app/node_modules ./node_modules
|
|
|
COPY . .
|
|
COPY . .
|
|
|
|
|
+RUN npx prisma generate
|
|
|
|
|
|
|
|
# Next.js collects completely anonymous telemetry data about general usage.
|
|
# Next.js collects completely anonymous telemetry data about general usage.
|
|
|
# Learn more here: https://nextjs.org/telemetry
|
|
# Learn more here: https://nextjs.org/telemetry
|