diff --git a/Dockerfile b/Dockerfile index 71e02e2..c42fbf5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ COPY --from=build /build/coverage.txt / FROM node:24.14.1-alpine@sha256:01743339035a5c3c11a373cd7c83aeab6ed1457b55da6a69e014a95ac4e4700b ENV TZ Europe/Stockholm +ENV NODE_OPTIONS="--max-old-space-size=64" # Install wgc CLI globally for Cosmo Router composition RUN npm install -g wgc@latest