From 6f434cccb825fe6f3bfbaf35b1f770224391b54f Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sun, 12 Jul 2020 14:40:38 +0300 Subject: [PATCH] Build from master --- zigbee2mqtt_deconz/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zigbee2mqtt_deconz/Dockerfile b/zigbee2mqtt_deconz/Dockerfile index fb7d1ce..dcba608 100644 --- a/zigbee2mqtt_deconz/Dockerfile +++ b/zigbee2mqtt_deconz/Dockerfile @@ -4,6 +4,6 @@ RUN apk add --no-cache \ git python3 make gcc g++ python linux-headers udev RUN rm -rf /app/node_modules/zigbee-herdsman/ RUN git clone https://github.com/Koenkk/zigbee-herdsman.git /app/node_modules/zigbee-herdsman/ -RUN cd /app/node_modules/zigbee-herdsman/ && git checkout deconz +RUN cd /app/node_modules/zigbee-herdsman/ RUN cd /app/node_modules/zigbee-herdsman/ && npm install RUN cd /app/node_modules/zigbee-herdsman/ && npm run build