Skip to content

Commit

Permalink
Added .git to .dockerignore and unignored some files
Browse files Browse the repository at this point in the history
Removed LICENSE, PRIVACY.md, and SPONSORS.json from .dockerignore. Although they don't affect the functionalities of the bot, we prefer to include them due to their respective purposes.

Signed-off-by: Taku <[email protected]>
  • Loading branch information
Taaku18 authored Jul 9, 2023
1 parent 319000b commit 8a68f42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,17 +140,15 @@ test.py
# Other stuff
.dockerignore
.env.example
.git/
.gitignore
.github/
app.json
CHANGELOG.md
Dockerfile
docker-compose.yml
LICENSE
PRIVACY.md
Procfile
pyproject.toml
README.md
Pipfile
Pipfile.lock
SPONSORS.json

0 comments on commit 8a68f42

Please sign in to comment.