nebulous / infinitude

Open control of Carrier/Bryant thermostats
MIT License
225 stars 50 forks source link

Set entrypoint inside cloned repository. Fixes #76 #89

Closed MizterB closed 4 years ago

MizterB commented 4 years ago

Closes #76

This resolves issues with relative paths during the Dockerfile build by referencing the entrypoint Infinitude repository that is cloned into the container, rather than copying the entrypoint script from an external location at build time.

It ensures that the Docker instructions in the README, which describe building directly from GitHub, will work correctly.