We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0aa58c + 927d8bc commit c008c7aCopy full SHA for c008c7a
Dockerfile
@@ -55,7 +55,7 @@ ENV WRANGLER_SEND_METRICS=false \
55
RUN mkdir -p /root/.config/.wrangler && \
56
echo '{"enabled":false}' > /root/.config/.wrangler/metrics.json
57
58
-RUN pnpm run build
+RUN node --max-old-space-size=4096 node_modules/.bin/pnpm run build
59
60
CMD [ "pnpm", "run", "dockerstart"]
61
0 commit comments