From 290af0136b1e295135316e144b1f220d85e84018 Mon Sep 17 00:00:00 2001 From: Citali Date: Sun, 28 Dec 2025 01:33:03 +0100 Subject: [PATCH] Fix dynamic build --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index d0e0517..2a643d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,8 @@ RUN bunx prisma generate # Uncomment the following line in case you want to disable telemetry during the build. ENV NEXT_TELEMETRY_DISABLED=1 +ARG DATABASE_URL +ENV DATABASE_URL=$DATABASE_URL # Copy the rest of the code RUN bun run build