mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-04 18:50:27 +02:00
10 lines
123 B
Docker
10 lines
123 B
Docker
FROM python:3
|
|
|
|
WORKDIR /usr/src/nhentai
|
|
|
|
COPY . .
|
|
RUN pip install --no-cache-dir .
|
|
|
|
WORKDIR /output
|
|
ENTRYPOINT ["nhentai"]
|