1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-27 17:18:38 +02:00

fix: added prisma generate to dockerfile

This commit is contained in:
2023-12-04 20:32:56 +01:00
parent d21fa01ff2
commit 8ac9754b52

View File

@@ -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