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 c008c7a + c64f69b commit b6992feCopy full SHA for b6992fe
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 node --max-old-space-size=4096 node_modules/.bin/pnpm run build
+RUN pnpm run build
59
60
CMD [ "pnpm", "run", "dockerstart"]
61
0 commit comments