debug cmd in dockerfile

This commit is contained in:
Wolfgang Hottgenroth 2019-06-27 13:56:01 +02:00
parent 4b0bf605c6
commit 3033cdb9cf
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -19,6 +19,6 @@ VOLUME ${DATA_DIR}
EXPOSE 51826
EXPOSE 51888
CMD [ "homekit2mqtt", "-m", "${DATA_DIR}/mapping.json", "-u", "${BROKER}", "-s", "${STORAGE_DIR}", "--insecure", "-c", "${PIN}" ]
CMD [ "echo", "homekit2mqtt", "-m", "${DATA_DIR}/mapping.json", "-u", "${BROKER}", "-s", "${STORAGE_DIR}", "--insecure", "-c", "${PIN}" ]