Merge branch 'stackblitz-labs:main' into main

This commit is contained in:
KevIsDev 2025-05-26 16:48:14 +01:00 committed by GitHub
commit 74605e96e3
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"]