add dockerignore

This commit is contained in:
Ricter Z
2023-02-06 00:48:53 +08:00
parent 483bef2207
commit 8ccfedbfc8
2 changed files with 12 additions and 1 deletions

View File

@ -8,4 +8,5 @@ COPY . .
RUN python setup.py install
WORKDIR /output
ENTRYPOINT ["nhentai"]
# ENTRYPOINT ["nhentai"]
CMD bash