We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1273c6b commit 749470fCopy full SHA for 749470f
1 file changed
Dockerfile
@@ -91,9 +91,11 @@ COPY --from=builder \
91
COPY --from=builder \
92
/zwavejs2mqtt/node_modules/@serialport/bindings/lib/linux.js \
93
/zwavejs2mqtt/node_modules/@serialport/bindings/lib/linux.js
94
+
95
+# https://github.com/zwave-js/node-zwave-js/tree/master/packages/config/config
96
- /zwavejs2mqtt/node_modules/@zwave-js/config/config/devices \
- /zwavejs2mqtt/node_modules/@zwave-js/config/config/devices
97
+ /zwavejs2mqtt/node_modules/@zwave-js/config/config/ \
98
+ /zwavejs2mqtt/node_modules/@zwave-js/config/config/
99
100
# Create default data directory
101
# Will fail at runtime due missing the mkdir binary
0 commit comments