This commit is contained in:
andre
2020-02-04 22:07:04 +01:00
parent dbce9fd0d6
commit f2c1e3dda5
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
FROM debian:stretch
LABEL maintainer="Andre Germann" \
LABEL maintainer="Andre Germann" \
url="<https://buanet.de>"
ENV DEBIAN_FRONTEND noninteractive
@@ -96,6 +96,6 @@ ENV AVAHI="false" \
TZ="Europe/Berlin" \
USBDEVICES="none" \
ZWAVE="false"
# Run startup-script
ENTRYPOINT ["/bin/bash", "-c", "/opt/scripts/iobroker_startup.sh"]