A draft of the potential stream content.
Understand your application, the framework it uses, and its recommend build practices
Fully static apps
...that don't even require Node.js at runtime (e.g., a React SPA built with vite).
A typical anti-pattern is (accidentally) leaving the Node.js runtime that was needed to build the app in the final prod image:
FROM nginx:latest