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-gangplank 148B

12345678910
  1. FROM python:3.7-alpine
  2. COPY . /opt/yarrbox/
  3. RUN apk add unzip unrar
  4. RUN pip3 install inotify
  5. WORKDIR /
  6. ENTRYPOINT ["/opt/yarrbox/gangplank.py"]