FROM python:3.7-alpine COPY gangplank.py /opt/yarrbox/gangplank.py RUN pip3 install inotify ENTRYPOINT /opt/yarrbox/gangplank.py