A simple Node.js + Express application fully Dockerized using Docker volumes for live development and dependency isolation.
- Node.js with Express
- Dockerized using a custom
Dockerfile - Live reload via bind mount (
${PWD}:/app) node_modulesisolation with anonymous volume- Exposes port
5000to the host