mistercrunch commented on code in PR #30274:
URL: https://github.com/apache/superset/pull/30274#discussion_r1759782061
##########
docker-compose.yml:
##########
@@ -149,7 +149,14 @@ services:
disable: true
superset-node:
- image: node:20
+ build:
Review Comment:
bycatch - somehow superset-node wasn't using the proper target, which
explains some issues with `zstd` we've seen before, which gets installed at the
os-level here. There's also the "memory snag" script and the DEV_MODE logic to
skip the actual webpack build since we run `npm run dev` on startup.
--
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]