schafezp / karmabot

A telegram bot designed for group chats to allow users to upvote and downvote content similar to reddit.
https://schafezp.github.io/karmabot/
MIT License
6 stars 1 forks source link

Use Chef Habitat for build #51

Open schafezp opened 6 years ago

schafezp commented 6 years ago

Habitat can be used to provide instructions for building an application and exporting it to a variety of different targets. Instead of directly using a dockerfile and docker-compose file instead we can export the build to docker.

This also adds the ability to deploy to bare metal targets.