diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..74df694 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,10 @@ +.git +.gitignore +venv +*.egg-info +build +dist +images +LICENSE +.travis.yml +.idea diff --git a/Dockerfile b/Dockerfile index 53bca1a..d0ef022 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,5 @@ COPY . . RUN python setup.py install WORKDIR /output -ENTRYPOINT ["nhentai"] +# ENTRYPOINT ["nhentai"] +CMD bash