mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
Add eufy-ha-mqtt-bridge
This commit is contained in:
7
eufy-ha-mqtt-bridge/Dockerfile
Normal file
7
eufy-ha-mqtt-bridge/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM matijse/eufy-ha-mqtt-bridge
|
||||
|
||||
RUN apt-get update && apt-get install -y jq sqlite3
|
||||
RUN npm install json2yaml
|
||||
|
||||
COPY docker-entrypoint.sh /
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
Reference in New Issue
Block a user