diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..b698e9e --- /dev/null +++ b/.dockerignore @@ -0,0 +1,6 @@ +.git/ +.github/ +tools/ +.gitattributes +CONTRIBUTING.md +wordlists.json \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index bb379a0..3c25973 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM alpine:latest +# FROM ubuntu:latest COPY wordlists /wordlists diff --git a/tools/make_readme.py b/tools/make_readme.py index 14994a8..d3fc905 100644 --- a/tools/make_readme.py +++ b/tools/make_readme.py @@ -40,7 +40,6 @@ readme_template = """