This is a basic example for a hello world nodejs app with Docker workflow
$ git clone https://github.com/ORzazade/hello-world-nodejs-docker.git
Open a new terminal window, execute the following commands:
$ cd hello-world-nodejs
$ docker-compose up -d
After that, open http://localhost:3000 on your browser to see the app on the dev mode.
Open a new terminal window and execute the following commands:
$ cd hello-world-nodejs
$ docker-compose -f docker-compose.prod.yml up -d
MIT, see the LICENSE file.