first commit
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM python:latest
|
||||
WORKDIR /usr/local/bin
|
||||
COPY pinger.py .
|
||||
CMD ["python","-u","pinger.py"]
|
||||
Reference in New Issue
Block a user