Node development image 20.11.0
- Node 20.11.0: https://nodejs.org/en/
- Dockerize v0.7.0: https://github.com/jwilder/dockerize
Assumes that app
is the directory that contains your package.json.
docker run --rm \
-v `pwd`/examples/links/app:/work/app \
chrisgarrett/node-dev:20.11.0 \
npm start