FROM python:3 ADD main.py / VOLUME /download/ RUN pip install -r requirements.txt RUN pip install manga-py CMD ["python", "./main.py"]