diff --git a/Dockerfile b/Dockerfile index f397495..0d8096a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ ENV NEXT_TELEMETRY_DISABLED 1 # RUN yarn build # If using npm comment out above and use below instead +RUN prisma generate RUN npm run build # Production image, copy all the files and run next