From 9fc94f342bf1152addc6dff845a2a3b98b1baa29 Mon Sep 17 00:00:00 2001 From: Citali Date: Sat, 3 Jan 2026 17:53:13 +0100 Subject: [PATCH] Change Dockerfile --- Dockerfile.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.