crystal-docker-template
A template to start a Crystal project in a Docker, so you worry less about setup and more about your code
Installation
Run make docker-build to build the Docker image
Usage
Run:
make docker-runto enter the Docker image,make buildto build the app withshardsmake runto run the binary.
Contributing
- Fork it (https://github.com/your-github-user/docker-template/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
- florianfmmartin - creator and maintainer