fix: added prisma generate to dockerfile
This commit is contained in:
parent
d21fa01ff2
commit
8ac9754b52
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue