forked from sthope/battery2mqtt
Initial commit
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
FROM python:3-alpine
|
||||
MAINTAINER sthopeless <hopelessautomations@gmail.com>
|
||||
|
||||
ADD battery2mqtt.py /
|
||||
ADD laptop2mqtt.py /
|
||||
|
||||
RUN pip install paho.mqtt
|
||||
|
||||
CMD [ "python", "./battery2mqtt.py" ]
|
||||
CMD [ "python", "./laptop2mqtt.py" ]
|
Reference in New Issue
Block a user