Skip to content

Commit

Permalink
add .dockerignore to help improve container image cache hits.
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-6 committed Nov 24, 2024
1 parent 553641f commit 9936695
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
build/
.idea/
.gradle/
.kotlin/

# Dockerfile related files do not need to be included
Dockerfile
Expand All @@ -11,4 +12,6 @@ docker-compose.yml
# Not used in running application
reposilite-site
reposilite-test
.github/
reposilite-plugins
.github/
.codecov.yml

0 comments on commit 9936695

Please sign in to comment.