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
+10
View File
@@ -0,0 +1,10 @@
.git
.gitignore
venv
*.egg-info
build
dist
images
LICENSE
.travis.yml
.idea
+2 -1
View File
@@ -8,4 +8,5 @@ COPY . .
RUN python setup.py install
WORKDIR /output
ENTRYPOINT ["nhentai"]
# ENTRYPOINT ["nhentai"]
CMD bash