This project was created following: http://kemalcr.com/
This project has been dockerized.
To build the docker image from this repo:
docker-compose build
To both build and run this repo, use:
docker-compose up
Iterate by cntl-c and re-running the docker-compose up
- 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
- [ianblenke] Ian Blenke - creator, maintainer