eslavnov / pylips

Control Philips TVs (2015+) and Ambilight (+ Hue) through their reverse-engineered API (+ MQTT support!)
MIT License
334 stars 58 forks source link

Dockerize #111

Open diveflo opened 2 years ago

diveflo commented 2 years ago

Hi,

to let pylips run continously (to provide the API via MQTT) I dockerized the application. The docker image is based on the slim python image, resulting in an overall image of only ~140MB (on x64/Linux).

If you want to offer the docker image also on dockerhub, I'd be happy to create a pull-request that uses GitHub actions to automatically build and publish a multi-platform image. Just let me know ;)