Allow disabling minify to reduce build memory
Some checks failed
Build Docker Image / build (push) Failing after 3m36s

This commit is contained in:
Ruslan Bakiev
2026-02-06 09:40:40 +07:00
parent cf081e7e67
commit 666423bcf4
2 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ ENV PNPM_HOME=/pnpm
ENV PATH=$PNPM_HOME:$PATH
ENV NODE_OPTIONS=--max-old-space-size=2048
ENV NUXT_SOURCEMAP=false
ENV NUXT_MINIFY=false
ENV NUXT_TELEMETRY_DISABLED=1
WORKDIR /app