From cae02f56ec6954d7737a83c46e27a8b0ff9fdf10 Mon Sep 17 00:00:00 2001 From: ertopogo Date: Sun, 25 Jan 2026 13:32:36 +0100 Subject: chore: update docs and docker --- storefront/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'storefront/Dockerfile') diff --git a/storefront/Dockerfile b/storefront/Dockerfile index b3f5cb8..5f1bd86 100644 --- a/storefront/Dockerfile +++ b/storefront/Dockerfile @@ -11,6 +11,8 @@ COPY --from=deps /app/node_modules ./node_modules COPY . . # Disable telemetry during build ENV NEXT_TELEMETRY_DISABLED 1 +ARG NEXT_PUBLIC_MEDUSA_BACKEND_URL +ENV NEXT_PUBLIC_MEDUSA_BACKEND_URL=$NEXT_PUBLIC_MEDUSA_BACKEND_URL RUN npm run build # Production image, copy all the files and run next -- cgit v1.2.3