Revert "fix: increase Node.js memory limit in Docker build"

This commit is contained in:
KevIsDev 2025-05-26 16:43:31 +01:00 committed by GitHub
parent c008c7a557
commit c64f69b01d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ ENV WRANGLER_SEND_METRICS=false \
RUN mkdir -p /root/.config/.wrangler && \
echo '{"enabled":false}' > /root/.config/.wrangler/metrics.json
RUN node --max-old-space-size=4096 node_modules/.bin/pnpm run build
RUN pnpm run build
CMD [ "pnpm", "run", "dockerstart"]