docker-kemal
February 27, 2016 ยท View on GitHub
This project was created following: http://kemalcr.com/
Installation
This project has been dockerized.
To build the docker image from this repo:
docker-compose build
Usage
To both build and run this repo, use:
docker-compose up
Development
Iterate by cntl-c and re-running the docker-compose up
Contributing
- Fork it ( https://github.com/ianblenke/docker-kemal/fork )
- 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 a new Pull Request
Contributors
- [ianblenke] Ian Blenke - creator, maintainer