This image contains a minimal Linux, Node.js-based runtime.
Specifically, the image contains everything in the base image, plus:
- Node.js v10.16.3 and its dependencies.
The entrypoint of this image is set to "node", so this image expects users to supply a path to a .js file in the CMD.
See the Node.js Hello World directory for an example.