zte-exporter/Dockerfile
Riku 40b2990bfc update dockerfile
TODO: fix dependecies for that container, it might be broken. I'm not a python fan.
2025-01-21 13:42:13 +02:00

7 lines
168 B
Docker

FROM python:3.11
RUN pip install requests urllib3
ADD zte_exporter.py .
CMD python3 zte_exporter.py --port $PORT $IP --username $USERNAME $PASSWORD --device $DEVICE