From 180479cc3312937a61a8f3240e40871f5354ab0f Mon Sep 17 00:00:00 2001 From: Jeff Culverhouse Date: Sat, 5 Apr 2025 11:18:06 -0400 Subject: [PATCH] trying again --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0f50013..481b346 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/README.md b/README.md index 982b7e3..df7c876 100644 --- a/README.md +++ b/README.md @@ -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)