still cmd stuff
This commit is contained in:
parent
c97a9cb79f
commit
31eeece65b
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user