diff --git a/Dockerfile.prod b/Dockerfile.prod index 7a7938e..28b52d6 100644 --- a/Dockerfile.prod +++ b/Dockerfile.prod @@ -14,7 +14,7 @@ FROM base AS builder WORKDIR /app COPY --from=deps /app/node_modules ./node_modules COPY . . -RUN bunx prisma migrate deploy +# RUN bunx prisma migrate deploy RUN bunx prisma generate # Uncomment the following line in case you want to disable telemetry during the build.