This repository uses volumes, ENV variables, dedicated pm2 configuration and everything that you would like to use in the real world production environment.
To build the app locally on your development machine, you can run:
docker-compose build --no-cache
Running the App
docker-compose up -d #remove d to see the working of it
See Licence.md (MIT)