remove setup.py

This commit is contained in:
ricterz
2025-01-08 09:35:44 +08:00
parent 0cb2411955
commit d74fd103f0
5 changed files with 6 additions and 44 deletions

View File

@ -5,7 +5,7 @@ COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN python setup.py install
RUN pip install .
WORKDIR /output
ENTRYPOINT ["nhentai"]