The Docker build process was failing with an out-of-memory error during the `pnpm run build` step in the `bolt-ai-production` stage. This commit increases the memory available to Node.js by modifying the build command to include the `--max-old-space-size=4096` flag. This provides 4GB of memory to the Node.js process, which should be sufficient to complete the build.
2.7 KiB
2.7 KiB