Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 718 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 718 Bytes

docker-kemal

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

  1. Fork it ( https://github.com/ianblenke/docker-kemal/fork )
  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 a new Pull Request

Contributors