Files
homeassistant-addons/eufy-ha-mqtt-bridge/Dockerfile
2020-12-31 00:32:41 +01:00

9 lines
214 B
Docker

FROM matijse/eufy-ha-mqtt-bridge
RUN apt-get update && apt-get install -y jq sqlite3
RUN npm install json2yaml
COPY docker-entrypoint.sh /
RUN chmod a+x /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"]