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 # ===============================