Update Dockerfile

This commit is contained in:
Rhys Bailey
2023-03-05 23:48:22 +11:00
parent 2ca6e6613e
commit 01a2a6015e

View File

@@ -3,4 +3,5 @@ RUN apk update && apk add py3-prometheus-client
COPY prometheus_frigate_exporter.py /var/python_scripts/prometheus_frigate_exporter.py
CMD /usr/bin/python3 /var/python_scripts/prometheus_frigate_exporter.py $FRIGATE_STATS_URL
# docker build -t prometheus_frigate_exporter .
# docker build -t rhysbailey/prometheus-frigate-exporter .
# docker push rhysbailey/prometheus-frigate-exporter:latest