trying again

pull/106/head
Jeff Culverhouse 10 months ago
parent 2448176c14
commit 180479cc33

@ -49,4 +49,4 @@ USER appuser
ENV PATH="/usr/src/app/.venv/bin:$PATH"
CMD ["/bin/sh", "-c", "/usr/sbin/dnsmasq -k -d && python3 ./app.py -c /config"]
CMD ["/bin/sh", "-c", "/usr/sbin/dnsmasq && python3 ./app.py -c /config"]

@ -1,7 +1,7 @@
# weirdtangent/amcrest2mqtt
Expose multiple Amcrest cameras and events to an MQTT broker, primarily
designed to work with Home Assistant. A WIP, since I'm new to Python.
designed to work with Home Assistant.
Uses the [`python-amcrest`](https://github.com/tchellomello/python-amcrest) library.
Forked from [dchesterton/amcrest2mqtt](https://github.com/dchesterton/amcrest2mqtt)

Loading…
Cancel
Save