Hacker News new | ask | show | jobs
by thecleaner 1638 days ago
Why would a frontend developer need to build a docker image ?
1 comments

It's "why would a frontend developer build inside a docker image". You wouldn't believe the absurd problems in npm dependency chains when you try to build natively on macos and windows and linux. Especially "native code" in npm deps is not always the best quality and tested on all platforms it is declared to support. Better to build in Linux and run in Linux all the time (via containers or VMs).