summaryrefslogtreecommitdiff
path: root/storefront/Dockerfile
diff options
context:
space:
mode:
authorertopogo <erwin.t.pombett@gmail.com>2026-01-25 13:32:36 +0100
committerertopogo <erwin.t.pombett@gmail.com>2026-01-25 13:32:36 +0100
commitcae02f56ec6954d7737a83c46e27a8b0ff9fdf10 (patch)
tree3b362a325cafa194945055e7400b999dc1c4c0aa /storefront/Dockerfile
parent5bba0aaf4a22c98aa637e464d41ddab326d9291c (diff)
chore: update docs and docker
Diffstat (limited to 'storefront/Dockerfile')
-rw-r--r--storefront/Dockerfile2
1 files changed, 2 insertions, 0 deletions
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