diff --git a/fuse-starter-v20.0.0/Dockerfile b/fuse-starter-v20.0.0/Dockerfile index 9673dd5..29d51ce 100644 --- a/fuse-starter-v20.0.0/Dockerfile +++ b/fuse-starter-v20.0.0/Dockerfile @@ -13,7 +13,7 @@ RUN npm ci --legacy-peer-deps COPY . . # Build for production -RUN npm run build -- --configuration production +RUN npm run build -- --configuration production --progress=true # Stage 2: Serve with Nginx FROM nginx:alpine AS production