Skip to content

A simple node app running inside a docker container.

License

Notifications You must be signed in to change notification settings

sitture/docker-cd-seed

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.0%
  • HTML 22.0%