This changes the Dockerfile to use a smaller version of python and to do the installs in one layer which results in a smaller image to download from a docker registry.
I have also added some instructions to allow you to run the docker image but have sensors.ini and mqtt.conf on the host machine rather than relying on the ones in the docker image
This changes the Dockerfile to use a smaller version of python and to do the installs in one layer which results in a smaller image to download from a docker registry.
I have also added some instructions to allow you to run the docker image but have sensors.ini and mqtt.conf on the host machine rather than relying on the ones in the docker image