Build from master

This commit is contained in:
2020-07-12 14:40:38 +03:00
parent 1f2c30a010
commit 6f434cccb8
+1 -1
View File
@@ -4,6 +4,6 @@ RUN apk add --no-cache \
git python3 make gcc g++ python linux-headers udev git python3 make gcc g++ python linux-headers udev
RUN rm -rf /app/node_modules/zigbee-herdsman/ RUN rm -rf /app/node_modules/zigbee-herdsman/
RUN git clone https://github.com/Koenkk/zigbee-herdsman.git /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 install
RUN cd /app/node_modules/zigbee-herdsman/ && npm run build RUN cd /app/node_modules/zigbee-herdsman/ && npm run build