fix login args

This commit is contained in:
2024-07-11 12:53:32 +03:00
parent 57503b356c
commit 11cf94872d
2 changed files with 2 additions and 2 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 $LOGIN
CMD python3 zte_exporter.py $PORT $IP $USERNAME $PASSWORD $EXTRAARGS