fix: node build out of memory

pull/12372/head
Joel 1 year ago
parent 69daf4a027
commit 4c1bf96b14

@ -30,6 +30,7 @@ WORKDIR /app/web
COPY --from=packages /app/web/ .
COPY . .
ENV NODE_OPTIONS="--max-old-space-size=4096"
RUN pnpm build

Loading…
Cancel
Save