diff --git a/fuse-starter-v20.0.0/Dockerfile b/fuse-starter-v20.0.0/Dockerfile index da7da49..27dbd4a 100644 --- a/fuse-starter-v20.0.0/Dockerfile +++ b/fuse-starter-v20.0.0/Dockerfile @@ -11,7 +11,8 @@ RUN npm ci --legacy-peer-deps # Copy source and build COPY . . -RUN npm run build +RUN npm run build -- --configuration production + # =============================== # Stage 2: Serve with Nginx