chore: fix pnpm path in rails and memory issue during vite build (#10366)
- Fix pnpm path in rails - Fix memory issue during vite build Fixes https://github.com/chatwoot/chatwoot/issues/10356
This commit is contained in:
@@ -13,7 +13,7 @@ ENV RAILS_SERVE_STATIC_FILES ${RAILS_SERVE_STATIC_FILES}
|
||||
ARG RAILS_ENV=production
|
||||
ENV RAILS_ENV ${RAILS_ENV}
|
||||
|
||||
ARG NODE_OPTIONS="--openssl-legacy-provider"
|
||||
ARG NODE_OPTIONS="--max-old-space-size=4096 --openssl-legacy-provider"
|
||||
ENV NODE_OPTIONS ${NODE_OPTIONS}
|
||||
|
||||
ENV BUNDLE_PATH="/gems"
|
||||
|
||||
Reference in New Issue
Block a user