fix: add prisma generate step to Dockerfile before build

This commit is contained in:
mstfyldz
2026-06-05 17:19:32 +03:00
parent 087a429b56
commit 9d228b7c0a
+1
View File
@@ -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