first commit

This commit is contained in:
2025-02-19 21:02:38 +00:00
commit 2334239ede
3 changed files with 63 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM python:latest
WORKDIR /usr/local/bin
COPY pinger.py .
CMD ["python","-u","pinger.py"]