Build a Node API image for production. The app is a small service that runs without a build step. What to do: complete Dockerfile. Note: start the app with node src/server.js.
Prepare a small API service for a production container while reviewing how the app is run and where its files live.
A container image should let the app read and run what it needs without relying on unnecessary privileges.