From 326c57efab1bab868a08dff2979977081ce79a87 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Mon, 20 Apr 2026 17:11:34 +0100 Subject: [PATCH] change --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6d436eb..26c24de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,11 @@ COPY . . # Disable telemetry during build (optional) ENV NEXT_TELEMETRY_DISABLED=1 +# Required by prisma generate during image build +ARG API_URL="https://tvone-api.petermaquiran.xyz" +ENV API_URL=$API_URL + + # Build Next.js app RUN \ if [ -f yarn.lock ]; then yarn build; \