zte-exporter/Dockerfile

7 lines
144 B
Docker
Raw Normal View History

2024-05-26 15:43:10 +03:00
FROM python:3.11
RUN pip install requests urllib3
ADD zte_exporter.py .
2024-07-11 12:53:32 +03:00
CMD python3 zte_exporter.py $PORT $IP $USERNAME $PASSWORD $EXTRAARGS