From 31eeece65b91ff597eba2fd97e9d96712b9b7b90 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 27 Jun 2019 14:37:27 +0200 Subject: [PATCH] still cmd stuff --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index af50e17..10b7226 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,10 +3,10 @@ FROM node:8 LABEL Maintainer="Wolfgang Hottgenroth " 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 && \