zte-exporter/Dockerfile
2024-05-26 15:43:10 +03:00

7 lines
133 B
Docker

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