NRCHKB / node-red-contrib-homekit-docker

Node-RED-homekit-docker is a Node-RED based project with support for homekit.
https://nrchkb.github.io
Apache License 2.0
40 stars 8 forks source link

Fix broken `WORKDIR`. #92

Closed reitermarkus closed 5 months ago

reitermarkus commented 5 months ago

Keep WORKDIR as /usr/src/node-red, otherwise additional packages aren't actually found.

Shaquu commented 5 months ago

Someone with existing setup should try it too.

reitermarkus commented 5 months ago

Note that I tested this on an existing setup which was broken by https://github.com/NRCHKB/node-red-contrib-homekit-docker/commit/ac22a7716a1be414bbd8a509e8ecbf6d4d9b59d4. Additional packages would be installed in /build/node_modules instead of /usr/src/node-red.

Shaquu commented 5 months ago

Okay, let's try :)