From 36a16bf87bf91926b12d9b3e20679abb25d48767 Mon Sep 17 00:00:00 2001 From: Citali Date: Sat, 3 Jan 2026 17:53:20 +0100 Subject: [PATCH] Change Dockerfile --- Dockerfile.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.prod b/Dockerfile.prod index 5caa97e..550ca94 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.