jakehilborn / debbit

Automate spending requirements for high interest checking accounts / credit cards
https://jakehilborn.github.io/debbit/
MIT License
264 stars 31 forks source link

Dockerize! #91

Open wanovak opened 2 years ago

wanovak commented 2 years ago

This is a very bare bones implementation to get this containerized. I don't know python well so if I did something stupid with its tooling, I apologize :-)

  1. Edit Makefile to specify the path of debbit
  2. (assuming docker is installed) sudo make build
  3. sudo make run

Please feel free to suggest modifications.