added ENV for usb devices

This commit is contained in:
Andre
2019-11-25 13:03:39 +01:00
committed by GitHub
parent 64a6c35865
commit b7cdabe427

View File

@@ -79,7 +79,8 @@ ENV DEBIAN_FRONTEND="teletype" \
SETUID=1000 \
SETGID=1000 \
AVAHI="false" \
ZWAVE="false"
ZWAVE="false" \
USBDEVICES="none"
# Run startup-script
ENTRYPOINT ["/opt/scripts/iobroker_startup.sh"]