From a87637779c5c587760f115f70fba3ff19dc8d652 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 27 Jun 2019 14:13:38 +0200 Subject: [PATCH] cmd stuff --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 628779b..ba5b413 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,10 +3,10 @@ FROM node:8 LABEL Maintainer="Wolfgang Hottgenroth " LABEL ImageName="registry.gitlab.com/wolutator/hkd" -ENV PIN "031-45-154" -ENV BROKER "mqtt://127.0.0.1" -ENV DATA_DIR "/opt/app" -ENV STORAGE_DIR "/opt/app/storage" +ARG PIN="031-45-154" +ARG BROKER="mqtt://127.0.0.1" +ARG DATA_DIR="/opt/app" +ARG STORAGE_DIR="/opt/app/storage" RUN \ npm install -g homekit2mqtt --unsafe-perm && \