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