nhentai/Dockerfile
2025-01-26 21:45:55 +09:00

10 lines
123 B
Docker

FROM python:3
WORKDIR /usr/src/nhentai
COPY . .
RUN pip install --no-cache-dir .
WORKDIR /output
ENTRYPOINT ["nhentai"]