mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-11-03 10:40:54 +01: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