From a58778b251fdbb7fc4648a7e3af012e63895db0f Mon Sep 17 00:00:00 2001 From: mukeshs Date: Fri, 17 Oct 2025 11:59:23 +0530 Subject: [PATCH] Docker buid issue --- fuse-starter-v20.0.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuse-starter-v20.0.0/Dockerfile b/fuse-starter-v20.0.0/Dockerfile index a4edb65..38c354a 100644 --- a/fuse-starter-v20.0.0/Dockerfile +++ b/fuse-starter-v20.0.0/Dockerfile @@ -11,7 +11,7 @@ RUN npm ci --legacy-peer-deps # Copy source and build COPY . . -RUN npm run build --configuration production +RUN npm run build -- fuse --configuration production # ===============================