mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-20 05:10:55 +00:00
8 lines
162 B
Docker
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"]
|