Files
homeassistant-addons/eufy-ha-mqtt-bridge/Dockerfile
2020-12-31 18:45:07 +01:00

8 lines
162 B
Docker

FROM matijse/eufy-ha-mqtt-bridge
RUN npm install json2yaml
COPY docker-entrypoint.sh /
RUN chmod a+x /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"]