python-rtmbot
python-rtmbot copied to clipboard
docker container for python-rtmbot?
Is there a minimal docker container available for python-rtmbot, which would simply require a user to pop some bot scripts into a specified location in order to construct an easy to deploy image containing them?
We have a fork of python-rtmbot with our own bot, but maybe you can just use our Dockerfile to build your own image: https://github.com/cloudwalkio/python-rtmbot/blob/master/Dockerfile
Anything stopping that fork from being PRed into the main repo?
For those curious, I do this with Netflix/hubcommander: https://github.com/Netflix/hubcommander/blob/develop/build_docker.sh and https://github.com/Netflix/hubcommander/blob/develop/Dockerfile