This commit is contained in:
Wolfgang Hottgenroth 2019-06-27 13:34:45 +02:00
parent 1358be1157
commit 1881b15351
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -9,7 +9,7 @@ ARG DATA_DIR="/opt/app"
ARG STORAGE_DIR="/opt/app/storage"
RUN \
node install -g homekit2mqtt --unsafe-perm && \
npm install -g homekit2mqtt --unsafe-perm && \
mkdir -p ${DATA_DIR} && \
touch ${DATA_DIR}/mapping.json && \
mkdir -p ${STORAGE_DIR}