remove memory limit
Build and Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-05-06 10:44:06 +02:00
parent 9dc458fa47
commit bd97af838d
-1
View File
@@ -5,7 +5,6 @@ COPY package*.json ./
RUN npm ci --legacy-peer-deps
COPY . .
ENV TINA_PUBLIC_IS_LOCAL=true
ENV NODE_OPTIONS="--max-old-space-size=2048"
RUN npm run build:docker
# Frontend: Nginx serving the static site + TinaCMS admin SPA