chore: .dockerignore

This commit is contained in:
Krypton
2025-03-05 20:14:42 +01:00
parent 88d3391eb6
commit e1bd4c0af7
3 changed files with 7 additions and 1 deletions

6
.dockerignore vendored Normal file
View File

@@ -0,0 +1,6 @@
.git/
.github/
tools/
.gitattributes
CONTRIBUTING.md
wordlists.json

1
Dockerfile vendored
View File

@@ -1,4 +1,5 @@
FROM alpine:latest FROM alpine:latest
# FROM ubuntu:latest
COPY wordlists /wordlists COPY wordlists /wordlists

View File

@@ -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>