This commit is contained in:
Wolfgang Hottgenroth 2019-06-27 15:28:30 +02:00
parent 58f30706e8
commit 51ad610998
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -23,7 +23,7 @@ RUN \
npm install -g homekit2mqtt --unsafe-perm && \
mkdir -p ${DATA_DIR} && \
mkdir -p ${STORAGE_DIR} && \
chown ${USER}:${GROUP} ${DATA_DIR}
chown -R ${USER}:${GROUP} ${DATA_DIR}
USER ${USER}