dockerize and carry on

This commit is contained in:
2024-05-26 15:43:10 +03:00
parent fc2ea59ce3
commit 3ab2025f9b
2 changed files with 17 additions and 0 deletions

6
Dockerfile Normal file
View 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