You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Dockerfile 132B

1234567
  1. FROM python:3.7-alpine
  2. COPY gangplank.py /opt/yarrbox/gangplank.py
  3. RUN pip3 install inotify
  4. ENTRYPOINT /opt/yarrbox/gangplank.py