fix build
Build and Deploy / build-and-deploy (push) Successful in 12m48s

This commit is contained in:
2026-05-04 20:11:43 +02:00
parent 982178bff7
commit 4787f2d98b
12 changed files with 471 additions and 563 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ COPY package*.json ./
RUN npm ci --legacy-peer-deps
COPY . .
ENV TINA_PUBLIC_IS_LOCAL=true
ENV NODE_OPTIONS="--max-old-space-size=6144"
RUN npm run build:tina
ENV NODE_OPTIONS="--max-old-space-size=2048"
RUN npm run build:docker
# Frontend: Nginx serving the static site + TinaCMS admin SPA
FROM nginx:alpine AS frontend