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

7 lines
257 B
Docker

FROM quay.io/ekimekim/wubloader-downloader:32138bb
COPY girc /tmp/girc
RUN pip install /tmp/girc && rm -r /tmp/girc
COPY . /tmp/archiver
RUN pip install /tmp/archiver && rm -r /tmp/archiver
ENTRYPOINT ["python", "-m", "chat_archiver", "--base-dir", "/mnt"]