increase node memory
Build and Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-05-04 07:15:01 +02:00
parent 04627d9788
commit 982178bff7
+1
View File
@@ -5,6 +5,7 @@ COPY package*.json ./
RUN npm ci --legacy-peer-deps RUN npm ci --legacy-peer-deps
COPY . . COPY . .
ENV TINA_PUBLIC_IS_LOCAL=true ENV TINA_PUBLIC_IS_LOCAL=true
ENV NODE_OPTIONS="--max-old-space-size=6144"
RUN npm run build:tina RUN npm run build:tina
# Frontend: Nginx serving the static site + TinaCMS admin SPA # Frontend: Nginx serving the static site + TinaCMS admin SPA