DEV Community

Discussion on: Dockerizing Your Node.js Application

Collapse
 
mbround18 profile image
Michael

Great article! I would argue, bundle bundle bundle! Skip bundling your node modules into your docker image as that creates heavy images and instead use esbuild, webpack, or other tools to compress and deliver an image less than 20mb.