Change data location from /share to /data; Introduce eval

This commit is contained in:
Max Winterstein
2021-03-06 10:36:41 +01:00
parent 76993f8802
commit b8b3b783c3
6 changed files with 47 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ FROM $BUILD_FROM
ARG VERSION=0.2.11
RUN apk add --no-cache nodejs npm make g++
RUN apk add --no-cache nodejs npm make g++ sqlite
# add source and unpack
ADD "https://github.com/matijse/eufy-ha-mqtt-bridge/archive/${VERSION}.tar.gz" /src.tar.gz