Pi 2 Version of the amazon echo ha bridge (https://github.com/armzilla/amazon-echo-ha-bridge)
2.2K
Dockerfile:
FROM qnerd/rpi-maven
RUN apt-get install -y git
RUN git clone https://github.com/armzilla/amazon-echo-ha-bridge.git
RUN cd amazon-echo-ha-bridge && mvn install
EXPOSE 8080
CMD ["bash", "-c", "java -jar amazon-echo-ha-bridge/target/amazon-echo-bridge-*.jar --upnp.config.address=$(ip route get 8.8.8.8 | egrep -o '[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\s*$')"]
Content type
Image
Digest
Size
293.2 MB
Last updated
almost 11 years ago
docker pull qnerd/amazon-echo-ha-bridge