Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 821 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 821 Bytes

docker-cd-seed

Build Status

A simple node app running inside a docker container and integrated with Travis CI.

Prerequisite

  • Install Docker from here

Running

Build the docker Image

docker-compose build

Bring up Container

docker-compose up

Application should now be running at http://localhost:8080 in your browser.

Thank you

Heavily inspired from https://github.com/cabdesigns/docker-cd-seed

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request