cmd stuff

This commit is contained in:
Wolfgang Hottgenroth 2019-06-27 14:13:38 +02:00
parent df16e92836
commit a87637779c
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -3,10 +3,10 @@ FROM node:8
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>" LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="registry.gitlab.com/wolutator/hkd" LABEL ImageName="registry.gitlab.com/wolutator/hkd"
ENV PIN "031-45-154" ARG PIN="031-45-154"
ENV BROKER "mqtt://127.0.0.1" ARG BROKER="mqtt://127.0.0.1"
ENV DATA_DIR "/opt/app" ARG DATA_DIR="/opt/app"
ENV STORAGE_DIR "/opt/app/storage" ARG STORAGE_DIR="/opt/app/storage"
RUN \ RUN \
npm install -g homekit2mqtt --unsafe-perm && \ npm install -g homekit2mqtt --unsafe-perm && \