mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2025-01-12 14:27:51 -08:00
Fix missing constants file in docker pod
This commit is contained in:
parent
839a962f9e
commit
908acc1440
|
@ -8,4 +8,5 @@ RUN pip3 install -r requirements.txt
|
|||
|
||||
COPY ../../exporter exporter
|
||||
COPY ../../main.py .
|
||||
COPY ../../constants.py .
|
||||
CMD ["python3", "-u", "main.py"]
|
Loading…
Reference in a new issue