mirror of
https://github.com/Sthopeless/74757961.git
synced 2025-04-04 23:43:38 +02:00
update
This commit is contained in:
parent
9ad5a1a147
commit
1ca840c58a
11
Dockerfile
11
Dockerfile
@ -4,7 +4,12 @@ LABEL Maintainer="Sthope" \
|
|||||||
Description="Unlock Zigbee Tuya Doorlocks with API" \
|
Description="Unlock Zigbee Tuya Doorlocks with API" \
|
||||||
version="0.1"
|
version="0.1"
|
||||||
|
|
||||||
|
RUN mkdir -p /home/tuya_doorlock
|
||||||
|
|
||||||
|
ADD tuya_doorlock/ /home/tuya_doorlock/
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
|
bash \
|
||||||
nano \
|
nano \
|
||||||
mosquitto \
|
mosquitto \
|
||||||
mosquitto-clients \
|
mosquitto-clients \
|
||||||
@ -17,8 +22,6 @@ RUN pip3 install \
|
|||||||
paho-mqtt \
|
paho-mqtt \
|
||||||
pycryptodome
|
pycryptodome
|
||||||
|
|
||||||
RUN mkdir -p /home/tuya_doorlock
|
WORKDIR /home/tuya_doorlock
|
||||||
|
|
||||||
ADD tuya_doorlock/ /home/tuya_doorlock/
|
ENTRYPOINT ["/bin/bash"]
|
||||||
|
|
||||||
ENTRYPOINT ["tail", "-f", "/dev/null"]
|
|
@ -42,7 +42,7 @@ docker run -d --name tuya_doorlock ghcr.io/sthopeless/tuya_doorlock:latest
|
|||||||
|
|
||||||
2. Exec into the container:
|
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
|
3. Edit the env.py file with your details
|
||||||
|
Loading…
x
Reference in New Issue
Block a user