Add eufy-ha-mqtt-bridge

This commit is contained in:
Max Winterstein
2020-12-31 00:28:30 +01:00
parent b437616009
commit 1416aface1
6 changed files with 68 additions and 1 deletions

View 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"]