Example nodejs app with Dockerfile and Docker-compose.
npm ito install dependencies.npm run startto start the app.npm run buildto generate a build for production.
docker-compose up --build -d: to build and run the app in the container. Default exposed port is 8070.