ianblenke / docker-kemal

An example Dockerized Crystal Kemal project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An example Dockerized Crystal Kemal project

License:MIT License


Languages

Language:Crystal 100.0%