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