4
0
mirror of https://github.com/RicterZ/nhentai.git synced 2025-05-02 09:26:23 +02:00
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"]