From a3228b90546ad6ba9be3b23480c3e9bf9406bef5 Mon Sep 17 00:00:00 2001 From: mukeshs Date: Fri, 17 Oct 2025 11:56:25 +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 27dbd4a..a4edb65 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 --configuration production # ===============================