sztancarka_exporter

This commit is contained in:
2020-04-01 23:37:05 +02:00
commit ae72627756
4 changed files with 133 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM debian:buster-slim
RUN apt-get update && apt-get -y --no-install-recommends install python3 python3-opencv
RUN apt-get -y --no-install-recommends install python3-prometheus-client
ADD process.py /usr/src