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