1
0
mirror of https://github.com/Tediore/battery2mqtt.git synced 2025-04-17 05:43:41 +02:00
M.J. Wydra (Jay) 452887540c
Initial commit
2020-12-04 20:26:50 -06:00

8 lines
156 B
Docker

FROM python:3-alpine
MAINTAINER Tediore <tediore.maliwan@gmail.com>
ADD battery2mqtt.py /
RUN pip install paho.mqtt
CMD [ "python", "./battery2mqtt.py" ]