mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-19 02:11:20 +02:00
add dockerignore
This commit is contained in:
parent
483bef2207
commit
8ccfedbfc8
10
.dockerignore
Normal file
10
.dockerignore
Normal file
@ -0,0 +1,10 @@
|
||||
.git
|
||||
.gitignore
|
||||
venv
|
||||
*.egg-info
|
||||
build
|
||||
dist
|
||||
images
|
||||
LICENSE
|
||||
.travis.yml
|
||||
.idea
|
@ -8,4 +8,5 @@ COPY . .
|
||||
RUN python setup.py install
|
||||
|
||||
WORKDIR /output
|
||||
ENTRYPOINT ["nhentai"]
|
||||
# ENTRYPOINT ["nhentai"]
|
||||
CMD bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user