rusackas commented on PR #43168: URL: https://github.com/apache/superset/pull/43168#issuecomment-5310849035
Codeant's thread here seems accurate. `superset-node` runs as root with no `node_modules` volume like `superset-websocket` has, so `npm ci` would wipe the host's bind-mounted `node_modules` and leave it root-owned. Worth fixing before merge. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
