still cmd stuff

This commit is contained in:
Wolfgang Hottgenroth 2019-06-27 14:37:27 +02:00
parent c97a9cb79f
commit 31eeece65b
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

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