This commit is contained in:
andre
2020-02-04 22:11:14 +01:00
parent f2c1e3dda5
commit 75f38266e7
9 changed files with 30 additions and 30 deletions

View File

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