Node.js
Explore how to package a Node.js application into a Docker image including a static file server and REST API. Learn to build and run the container locally and verify it through your browser for practical container management experience.
Files
You can find these files in the code/common-development-profiles/demos/nodejs folder.
A static HTML file to be served:
...