Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dockerfile to use Node 18 and optimize build process
- Upgraded Node.js version from 14 to 18 for improved performance. - Implemented a clean install of npm dependencies with legacy peer dependencies support. - Added specific package installations for @jridgewell/gen-mapping and @babel/generator. - Increased memory allocation for the build process by setting NODE_OPTIONS to 4096 MB.
- Loading branch information