A simple node app running inside a docker container and integrated with Travis CI.
- Install Docker from here
Build the docker Image
docker-compose buildBring up Container
docker-compose upApplication should now be running at http://localhost:8080 in your browser.
Heavily inspired from https://github.com/cabdesigns/docker-cd-seed
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request