mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-07-02 16:29:28 +02:00
build: switch to pyproject
This commit is contained in:
@ -1,11 +1,9 @@
|
||||
FROM python:3
|
||||
|
||||
WORKDIR /usr/src/nhentai
|
||||
COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
RUN pip install .
|
||||
RUN pip install --no-cache-dir .
|
||||
|
||||
WORKDIR /output
|
||||
ENTRYPOINT ["nhentai"]
|
||||
|
Reference in New Issue
Block a user