fix typo
This commit is contained in:
@ -9,7 +9,7 @@ ARG DATA_DIR="/opt/app"
|
||||
ARG STORAGE_DIR="/opt/app/storage"
|
||||
|
||||
RUN \
|
||||
node install -g homekit2mqtt --unsafe-perm && \
|
||||
npm install -g homekit2mqtt --unsafe-perm && \
|
||||
mkdir -p ${DATA_DIR} && \
|
||||
touch ${DATA_DIR}/mapping.json && \
|
||||
mkdir -p ${STORAGE_DIR}
|
||||
|
Reference in New Issue
Block a user