update dockerfile

TODO: fix dependecies for that container, it might be broken. I'm not a python fan.
main
"Riku" 2025-01-21 13:42:13 +02:00
parent 428d780765
commit 40b2990bfc
1 changed files with 1 additions and 1 deletions

View File

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