update dockerfile
TODO: fix dependecies for that container, it might be broken. I'm not a python fan.main
parent
428d780765
commit
40b2990bfc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue