chore: .dockerignore
This commit is contained in:
6
.dockerignore
vendored
Normal file
6
.dockerignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
.git/
|
||||||
|
.github/
|
||||||
|
tools/
|
||||||
|
.gitattributes
|
||||||
|
CONTRIBUTING.md
|
||||||
|
wordlists.json
|
||||||
1
Dockerfile
vendored
1
Dockerfile
vendored
@@ -1,4 +1,5 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
# FROM ubuntu:latest
|
||||||
|
|
||||||
COPY wordlists /wordlists
|
COPY wordlists /wordlists
|
||||||
|
|
||||||
|
|||||||
1
tools/make_readme.py
vendored
1
tools/make_readme.py
vendored
@@ -40,7 +40,6 @@ readme_template = """<h1 align="center">
|
|||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="//discord.gg/mTBrXyWxAF"><img src="https://img.shields.io/discord/739934735387721768?logo=discord"></a>
|
|
||||||
<a href="//hub.docker.com/r/kkrypt0nn/wordlists"><img src="https://img.shields.io/docker/v/kkrypt0nn/wordlists?logo=docker"></a>
|
<a href="//hub.docker.com/r/kkrypt0nn/wordlists"><img src="https://img.shields.io/docker/v/kkrypt0nn/wordlists?logo=docker"></a>
|
||||||
<a href="//github.com/kkrypt0nn/wordlists"><img src="https://img.shields.io/github/repo-size/kkrypt0nn/wordlists"></a>
|
<a href="//github.com/kkrypt0nn/wordlists"><img src="https://img.shields.io/github/repo-size/kkrypt0nn/wordlists"></a>
|
||||||
<a href="//github.com/kkrypt0nn/wordlists/commits"><img src="https://img.shields.io/github/last-commit/kkrypt0nn/wordlists"></a>
|
<a href="//github.com/kkrypt0nn/wordlists/commits"><img src="https://img.shields.io/github/last-commit/kkrypt0nn/wordlists"></a>
|
||||||
|
|||||||
Reference in New Issue
Block a user