improve debug

This commit is contained in:
2024-10-20 15:55:45 +11:00
parent 3fd01f4551
commit f5dee30509
3 changed files with 28 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
RUN pip install --no-cache-dir paho-mqtt opencv-python-headless numpy requests
# Copy the dayglo detector script
COPY dayglo_detector.py /app/dayglo_detector.py
COPY dayglo_detector.py test_mqtt.py /app/
WORKDIR /app