From 1ca840c58a3d596502777294a3c5c1ffa05192cd Mon Sep 17 00:00:00 2001 From: Sthope Date: Wed, 21 Jul 2021 23:32:36 +0200 Subject: [PATCH] update --- Dockerfile | 11 +++++++---- README.md | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index f74a31d..c9bb2e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,12 @@ LABEL Maintainer="Sthope" \ Description="Unlock Zigbee Tuya Doorlocks with API" \ version="0.1" +RUN mkdir -p /home/tuya_doorlock + +ADD tuya_doorlock/ /home/tuya_doorlock/ + RUN apk --no-cache add \ + bash \ nano \ mosquitto \ mosquitto-clients \ @@ -17,8 +22,6 @@ RUN pip3 install \ paho-mqtt \ pycryptodome -RUN mkdir -p /home/tuya_doorlock +WORKDIR /home/tuya_doorlock -ADD tuya_doorlock/ /home/tuya_doorlock/ - -ENTRYPOINT ["tail", "-f", "/dev/null"] +ENTRYPOINT ["/bin/bash"] \ No newline at end of file diff --git a/README.md b/README.md index 9ee917d..2b8a838 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ docker run -d --name tuya_doorlock ghcr.io/sthopeless/tuya_doorlock:latest 2. Exec into the container: ``` -docker exec -it tuya_doorlock bash +docker run -it --name tuya_doorlock ghcr.io/sthopeless/tuya_doorlock:latest ``` 3. Edit the env.py file with your details