dockerize and carry on
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:3.11
|
||||
|
||||
RUN pip install requests urllib3
|
||||
ADD zte_exporter.py .
|
||||
|
||||
CMD python3 zte_exporter.py $PORT $IP $USERNAME $PASSWORD
|
Reference in New Issue
Block a user