From 01a2a6015e647162ec0215a1be35fc05df360ff9 Mon Sep 17 00:00:00 2001 From: Rhys Bailey Date: Sun, 5 Mar 2023 23:48:22 +1100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22c3797..e92b61b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . \ No newline at end of file +# docker build -t rhysbailey/prometheus-frigate-exporter . +# docker push rhysbailey/prometheus-frigate-exporter:latest \ No newline at end of file