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 Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
|
||||||
LABEL ImageName="registry.gitlab.com/wolutator/hkd"
|
LABEL ImageName="registry.gitlab.com/wolutator/hkd"
|
||||||
|
|
||||||
ARG PIN="031-45-154"
|
ENV PIN "031-45-154"
|
||||||
ARG BROKER="mqtt://127.0.0.1"
|
ENV BROKER "mqtt://127.0.0.1"
|
||||||
ARG DATA_DIR="/opt/app"
|
ENV DATA_DIR "/opt/app"
|
||||||
ARG STORAGE_DIR="/opt/app/storage"
|
ENV 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